summaryrefslogtreecommitdiffstats
path: root/plugins/plugins.pri
blob: 68c62d1d75c2606d642417992aed1e1afa0b1227 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
!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