##// END OF EJS Templates
Fixed deployment of chartwidgettest
Tero Ahola -
r270:9b153722c836
parent child
Show More
@@ -1,25 +1,26
1 1 !include( ../../common.pri ) {
2 2 error( "Couldn't find the common.pri file!" )
3 3 }
4 4 !include( ../../integrated.pri ) {
5 5 error( "Couldn't find the integrated.pri file !")
6 6 }
7 7
8 8 TARGET = chartwidgettest
9 9 TEMPLATE = app
10 DESTDIR = $$CHART_BUILD_BIN_DIR
10 11
11 12 QT += core gui
12 13 contains(QT_MAJOR_VERSION, 5) {
13 14 QT += widgets
14 15 }
15 16
16 17 OBJECTS_DIR = tmp
17 18 MOC_DIR = tmp
18 19
19 20 SOURCES += main.cpp \
20 21 mainwidget.cpp \
21 22 dataseriedialog.cpp
22 23
23 24 HEADERS += \
24 25 mainwidget.h \
25 26 dataseriedialog.h
@@ -1,8 +1,7
1 1 TEMPLATE = subdirs
2 SUBDIRS += \
3 chartwidgettest \
2 SUBDIRS += chartwidgettest \
4 3 qmlchart
5 4
6 5 !win32:{
7 6 SUBDIRS += auto
8 7 }
General Comments 0
You need to be logged in to leave comments. Login now