demos.pri
15 lines
| 407 B
| text/plain
|
TextLexer
/ demos / demos.pri
Michal Klocek
|
r996 | !include( ../config.pri ) { | ||
error( "Couldn't find the config.pri file!" ) | ||||
Jani Honkonen
|
r508 | } | ||
DESTDIR = $$CHART_BUILD_BIN_DIR | ||||
Michal Klocek
|
r1198 | OBJECTS_DIR = $$CHART_BUILD_DIR/demos/$$TARGET | ||
MOC_DIR = $$CHART_BUILD_DIR/demos/$$TARGET | ||||
UI_DIR = $$CHART_BUILD_DIR/demos/$$TARGET | ||||
RCC_DIR = $$CHART_BUILD_DIR/demos/$$TARGET | ||||
Jani Honkonen
|
r508 | |||
TEMPLATE = app | ||||
Jani Honkonen
|
r1440 | QT += core gui | ||
# staticlib config causes problems when building executables | ||||
staticlib: CONFIG-=staticlib | ||||