mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-07 13:52:43 -04:00
added for plugins own dir
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1850 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
97d8640f3a
commit
87344de7d4
809 changed files with 790 additions and 722 deletions
25
plugins/smplayer_plugin/testcorelib/test.pro
Normal file
25
plugins/smplayer_plugin/testcorelib/test.pro
Normal file
|
@ -0,0 +1,25 @@
|
|||
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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue