##// END OF EJS Templates
Removes test_private form qmake, adds chaeck in soruce file of private tests
Removes test_private form qmake, adds chaeck in soruce file of private tests

File last commit:

r1440:3525e4e5ffa3
r1972:2b757270087b
Show More
plugins.pri
16 lines | 423 B | text/plain | TextLexer
!include( ../config.pri ) {
error( "Couldn't find the config.pri file!" )
}
TEMPLATE = lib
CONFIG+= plugin
DESTDIR = $$CHART_BUILD_PLUGIN_DIR
OBJECTS_DIR = $$CHART_BUILD_DIR/plugins/$$TARGET
MOC_DIR = $$CHART_BUILD_DIR/plugins/$$TARGET
UI_DIR = $$CHART_BUILD_DIR/plugins/$$TARGET
RCC_DIR = $$CHART_BUILD_DIR/plugins/$$TARGET
# staticlib config causes problems when building executables
staticlib: CONFIG-=staticlib