##// 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 7 # Fix exports in static builds for applications linking charts module
8 8 static: MODULE_DEFINES += QT_CHARTS_STATICLIB
9 9
10 MODULE_INCNAME = QtCharts
11
12 10 QMAKE_DOCS = $$PWD/doc/qtcharts.qdocconf
13 11
14 12 QMAKE_TARGET_PRODUCT = "Qt Charts (Qt $$QT_VERSION)"
@@ -47,16 +47,9 HEADERS += \
47 47 declarativechartnode.h \
48 48 declarativerendernode.h
49 49
50 OTHER_FILES = qmldir
51
52 50 load(qml_plugin)
53 51
54 52 win32 {
55 CONFIG += skip_target_version_ext
56 VERSION = $$MODULE_VERSION
57 53 QMAKE_TARGET_PRODUCT = "Qt Charts (Qt $$QT_VERSION)"
58 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