-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathChart.pro
More file actions
41 lines (35 loc) · 867 Bytes
/
Chart.pro
File metadata and controls
41 lines (35 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
include(../../qmake/ProjectSettings.pri)
QT += core gui charts
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
SOURCES += \
areachart.cpp \
callout.cpp \
chartview.cpp \
datetimechart.cpp \
dialogchart.cpp \
dynamicchart.cpp \
dynamicchartx.cpp \
linechart.cpp \
main.cpp \
mainwindow.cpp \
normalchartdata.cpp \
piechart.cpp \
stackedbarchart.cpp
HEADERS += \
areachart.h \
callout.h \
chartview.h \
datetimechart.h \
dialogchart.h \
dynamicchart.h \
dynamicchartx.h \
linechart.h \
mainwindow.h \
normalchartdata.h \
piechart.h \
stackedbarchart.h
DESTDIR = $$RUNTIME_OUTPUT_DIRECTORY
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target