examples.pri
16 lines
| 467 B
| text/plain
|
TextLexer
/ examples / examples.pri
Michal Klocek
|
r996 | !include( ../config.pri ) { | ||
error( "Couldn't find the config.pri file!" ) | ||||
Michal Klocek
|
r246 | } | ||
Michal Klocek
|
r252 | DESTDIR = $$CHART_BUILD_BIN_DIR | ||
Michal Klocek
|
r1198 | OBJECTS_DIR = $$CHART_BUILD_DIR/examples/$$TARGET | ||
MOC_DIR = $$CHART_BUILD_DIR/examples/$$TARGET | ||||
UI_DIR = $$CHART_BUILD_DIR/examples/$$TARGET | ||||
RCC_DIR = $$CHART_BUILD_DIR/examples/$$TARGET | ||||
Michal Klocek
|
r252 | |||
Michal Klocek
|
r246 | TEMPLATE = app | ||
Jani Honkonen
|
r1440 | QT += core gui | ||
Marek Rosa
|
r2048 | greaterThan(QT_MAJOR_VERSION, 4): QT += widgets | ||
Jani Honkonen
|
r1440 | |||
# staticlib config causes problems when building executables | ||||
staticlib: CONFIG-=staticlib | ||||