##// END OF EJS Templates
Qt name convetion: move test to tests
Qt name convetion: move test to tests

File last commit:

r1197:9dfce0b917b8
r1200:49edf2d3495f
Show More
plugins.pri
13 lines | 329 B | text/plain | TextLexer
!include( ../config.pri ) {
error( "Couldn't find the config.pri file!" )
}
TEMPLATE = lib
CONFIG+= plugin
DESTDIR = $$CHART_BUILD_BIN_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