RetroShare/plugins/smplayer_plugin/testcorelib/test.pro
defnax 87344de7d4 added for plugins own dir
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1850 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-11-28 14:21:11 +00:00

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
}