##// END OF EJS Templates
don't duplicate functionality from various .prf files...
Oswald Buddenhagen -
r2889:114240385752
parent child
Show More
@@ -7,8 +7,6 DEFINES += QT_CHARTS_LIBRARY
7 # Fix exports in static builds for applications linking charts module
7 # Fix exports in static builds for applications linking charts module
8 static: MODULE_DEFINES += QT_CHARTS_STATICLIB
8 static: MODULE_DEFINES += QT_CHARTS_STATICLIB
9
9
10 MODULE_INCNAME = QtCharts
11
12 QMAKE_DOCS = $$PWD/doc/qtcharts.qdocconf
10 QMAKE_DOCS = $$PWD/doc/qtcharts.qdocconf
13
11
14 QMAKE_TARGET_PRODUCT = "Qt Charts (Qt $$QT_VERSION)"
12 QMAKE_TARGET_PRODUCT = "Qt Charts (Qt $$QT_VERSION)"
@@ -47,16 +47,9 HEADERS += \
47 declarativechartnode.h \
47 declarativechartnode.h \
48 declarativerendernode.h
48 declarativerendernode.h
49
49
50 OTHER_FILES = qmldir
51
52 load(qml_plugin)
50 load(qml_plugin)
53
51
54 win32 {
52 win32 {
55 CONFIG += skip_target_version_ext
56 VERSION = $$MODULE_VERSION
57 QMAKE_TARGET_PRODUCT = "Qt Charts (Qt $$QT_VERSION)"
53 QMAKE_TARGET_PRODUCT = "Qt Charts (Qt $$QT_VERSION)"
58 QMAKE_TARGET_DESCRIPTION = "Charts QML plugin for Qt."
54 QMAKE_TARGET_DESCRIPTION = "Charts QML plugin for Qt."
59 }
55 }
60
61 QML_FILES += \
62 $$PWD/plugins.qmltypes
General Comments 0
You need to be logged in to leave comments. Login now