##// END OF EJS Templates
QML api pie slice added/removed signals
QML api pie slice added/removed signals

File last commit:

r1440:3525e4e5ffa3
r1503:873325dbfe57
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