@@ -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 |
General Comments 0
You need to be logged in to leave comments.
Login now