##// END OF EJS Templates
QCategoryAxis: some commented out code removed
QCategoryAxis: some commented out code removed

File last commit:

r1974:81d990977b44
r1975:34236310382e
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