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