qtcharts/examples/examples.pri

16 lines
393 B
Plaintext
Raw Normal View History

2012-02-21 08:38:48 +00:00
!include( ../common.pri ) {
error( "Couldn't find the common.pri file!" )
}
!include( ../integrated.pri ) {
error( "Couldn't find the integrated.pri file !")
}
2012-02-21 09:44:51 +00:00
DESTDIR = $$CHART_BUILD_BIN_DIR
OBJECTS_DIR = $$CHART_BUILD_DIR/bin/$$TARGET
MOC_DIR = $$CHART_BUILD_DIR/bin/$$TARGET
UI_DIR = $$CHART_BUILD_DIR/bin/$$TARGET
RCC_DIR = $$CHART_BUILD_DIR/bin/$$TARGET
2012-02-21 08:38:48 +00:00
TEMPLATE = app
QT += core gui