@@ -1,33 +1,27 | |||||
1 |
|
|
1 | include( ../../common.pri ) | |
2 | error( Couldn't find the common.pri file! ) |
|
2 | include( ../../integrated.pri ) | |
3 | } |
|
|||
4 |
|
||||
5 | !include( ../../integrated.pri ) { |
|
|||
6 | error( Couldn't find the integrated.pri file! ) |
|
|||
7 | } |
|
|||
8 |
|
||||
9 |
|
3 | |||
10 | TARGET = chartwidgettest |
|
4 | TARGET = chartwidgettest | |
11 | TEMPLATE = app |
|
5 | TEMPLATE = app | |
12 |
|
6 | |||
13 | QT += core gui |
|
7 | QT += core gui | |
14 | contains(QT_MAJOR_VERSION, 5) { |
|
8 | contains(QT_MAJOR_VERSION, 5) { | |
15 | QT += widgets |
|
9 | QT += widgets | |
16 | } |
|
10 | } | |
17 |
|
11 | |||
18 |
|
12 | |||
19 | OBJECTS_DIR = tmp |
|
13 | OBJECTS_DIR = tmp | |
20 | MOC_DIR = tmp |
|
14 | MOC_DIR = tmp | |
21 |
|
15 | |||
22 | SOURCES += main.cpp \ |
|
16 | SOURCES += main.cpp \ | |
23 | mainwidget.cpp \ |
|
17 | mainwidget.cpp \ | |
24 | # qscatterseries.cpp \ |
|
18 | # qscatterseries.cpp \ | |
25 | # qseriespointgraphicsitem.cpp \ |
|
19 | # qseriespointgraphicsitem.cpp \ | |
26 | dataseriedialog.cpp |
|
20 | dataseriedialog.cpp | |
27 |
|
21 | |||
28 | HEADERS += \ |
|
22 | HEADERS += \ | |
29 | mainwidget.h \ |
|
23 | mainwidget.h \ | |
30 | # qscatterseries.h \ |
|
24 | # qscatterseries.h \ | |
31 | # qseriespointgraphicsitem.h \ |
|
25 | # qseriespointgraphicsitem.h \ | |
32 | dataseriedialog.h |
|
26 | dataseriedialog.h | |
33 |
|
27 |
General Comments 0
You need to be logged in to leave comments.
Login now