##// END OF EJS Templates
minor. typo
minor. typo

File last commit:

r996:ce5f1c868418
r997:b610c172e3ad
Show More
demos.pri
15 lines | 383 B | text/plain | TextLexer
!include( ../config.pri ) {
error( "Couldn't find the config.pri file!" )
}
!include( ../build.pri ) {
error( "Couldn't find the build.pri file !")
}
DESTDIR = $$CHART_BUILD_BIN_DIR
OBJECTS_DIR = $$CHART_BUILD_DIR/bin/$$TARGET
MOC_DIR = $$CHART_BUILD_DIR/bin/$$TARGET
UI_DIR = $$CHART_BUILD_DIR/bin/$$TARGET
RCC_DIR = $$CHART_BUILD_DIR/bin/$$TARGET
TEMPLATE = app
QT += core gui