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