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