##// END OF EJS Templates
Created own boxset class...
Created own boxset class Change-Id: I6a7d0c7eb80ccf757ae761d30f2ab88a7657f711 Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r1978:1592e9b9bba3
r2486:221296b3ca87
Show More
plugins.pri
14 lines | 387 B | text/plain | TextLexer
!include( ../config.pri ) {
error( "Couldn't find the config.pri file!" )
}
TEMPLATE = lib
CONFIG+= plugin
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