2012-04-12 08:47:52 +00:00
|
|
|
!include( ../config.pri ) {
|
|
|
|
error( "Couldn't find the config.pri file!" )
|
2012-02-21 08:38:48 +00:00
|
|
|
}
|
|
|
|
|
2012-02-21 09:44:51 +00:00
|
|
|
DESTDIR = $$CHART_BUILD_BIN_DIR
|
2012-05-21 07:24:02 +00:00
|
|
|
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
|
2012-02-21 09:44:51 +00:00
|
|
|
|
2012-02-21 08:38:48 +00:00
|
|
|
TEMPLATE = app
|
2012-06-12 12:20:48 +00:00
|
|
|
QT += core gui
|
|
|
|
|
|
|
|
# staticlib config causes problems when building executables
|
|
|
|
staticlib: CONFIG-=staticlib
|