mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
87344de7d4
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1850 b45a01b8-16f6-495d-af2f-9b41ad6348cc
26 lines
403 B
Prolog
26 lines
403 B
Prolog
TEMPLATE = app
|
|
LANGUAGE = C++
|
|
|
|
CONFIG += qt warn_on release
|
|
|
|
DEFINES += MINILIB NO_USE_INI_FILES
|
|
INCLUDEPATH += ../corelib ..
|
|
DEPENDPATH += ..
|
|
|
|
HEADERS = myslider.h timeslider.h test.h
|
|
SOURCES = myslider.cpp timeslider.cpp test.cpp
|
|
|
|
#SOURCES = test2.cpp
|
|
|
|
LIBS += -L../corelib -L../corelib/release -lsmplayercore
|
|
|
|
unix {
|
|
UI_DIR = .ui
|
|
MOC_DIR = .moc
|
|
OBJECTS_DIR = .obj
|
|
}
|
|
|
|
win32 {
|
|
CONFIG += console
|
|
}
|