qtcharts/demos/demos.pri

17 lines
455 B
Plaintext
Raw Normal View History

!include( ../config.pri ) {
error( "Couldn't find the config.pri file!" )
}
DESTDIR = $$CHART_BUILD_BIN_DIR
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
TEMPLATE = app
2012-06-12 12:20:48 +00:00
QT += core gui
2012-09-12 09:45:22 +00:00
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
2012-06-12 12:20:48 +00:00
# staticlib config causes problems when building executables
staticlib: CONFIG-=staticlib