##// END OF EJS Templates
Qt5: declarative fix part2...
Qt5: declarative fix part2 - re-enabled demos - fixed the include files in demos folder - f1legends example has some issue with the axes (they are not shown until window is resized)

File last commit:

r1440:3525e4e5ffa3
r2053:ae5ad025b655
Show More
tests.pri
14 lines | 395 B | text/plain | TextLexer
!include( ../config.pri ) {
error( "Couldn't find the config.pri file!" )
}
TEMPLATE = app
DESTDIR = $$CHART_BUILD_BIN_DIR
OBJECTS_DIR = $$CHART_BUILD_DIR/tests/$$TARGET
MOC_DIR = $$CHART_BUILD_DIR/tests/$$TARGET
UI_DIR = $$CHART_BUILD_DIR/tests/$$TARGET
RCC_DIR = $$CHART_BUILD_DIR/tests/$$TARGET
# staticlib config causes problems when building executables
staticlib: CONFIG-=staticlib