##// END OF EJS Templates
minor. reorder compilation files in src.pro
Michal Klocek -
r250:4dfb41300442
parent child
Show More
@@ -7,28 +7,28 QT += core \
7 CONFIG += debug_and_release
7 CONFIG += debug_and_release
8 CONFIG(debug, debug|release):TARGET = QtCommercialChartd
8 CONFIG(debug, debug|release):TARGET = QtCommercialChartd
9 SOURCES += \
9 SOURCES += \
10 qchart.cpp \
11 axisitem.cpp \
10 axisitem.cpp \
12 qchartview.cpp \
13 qchartseries.cpp \
14 qchartaxis.cpp \
15 charttheme.cpp \
16 chartdataset.cpp \
11 chartdataset.cpp \
17 chartpresenter.cpp \
12 chartpresenter.cpp \
18 domain.cpp
13 charttheme.cpp \
14 domain.cpp \
15 qchart.cpp \
16 qchartaxis.cpp \
17 qchartseries.cpp \
18 qchartview.cpp
19 PRIVATE_HEADERS += \
19 PRIVATE_HEADERS += \
20 axisitem_p.h \
20 axisitem_p.h \
21 chartitem_p.h \
22 charttheme_p.h \
23 chartdataset_p.h \
21 chartdataset_p.h \
22 chartitem_p.h \
24 chartpresenter_p.h \
23 chartpresenter_p.h \
24 charttheme_p.h \
25 domain_p.h
25 domain_p.h
26 PUBLIC_HEADERS += \
26 PUBLIC_HEADERS += \
27 qchartseries.h \
28 qchart.h \
27 qchart.h \
28 qchartaxis.h \
29 qchartglobal.h \
29 qchartglobal.h \
30 qchartseries.h \
30 qchartview.h \
31 qchartview.h \
31 qchartaxis.h
32
32
33 include(linechart/linechart.pri)
33 include(linechart/linechart.pri)
34 include(barchart/barchart.pri)
34 include(barchart/barchart.pri)
General Comments 0
You need to be logged in to leave comments. Login now