qtcharts/examples/examples.pri

16 lines
419 B
Plaintext
Raw Normal View History

!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
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