##// END OF EJS Templates
Correct file version, description, and product name for Qt Charts...
Antti Kokko -
r2809:3922a511f022
parent child
Show More
@@ -14,6 +14,9 QMAKE_DOCS = $$PWD/doc/qtcharts.qdocconf
14
14
15 load(qt_module)
15 load(qt_module)
16
16
17 QMAKE_TARGET_PRODUCT = "Qt Charts (Qt $$QT_VERSION)"
18 QMAKE_TARGET_DESCRIPTION = "Charts component for Qt."
19
17 ############################# SOURCES ##########################################
20 ############################# SOURCES ##########################################
18
21
19 SOURCES += \
22 SOURCES += \
@@ -57,6 +57,13 CONFIG += no_cxx_module
57
57
58 load(qml_plugin)
58 load(qml_plugin)
59
59
60 win32 {
61 CONFIG += skip_target_version_ext
62 VERSION = $$MODULE_VERSION
63 QMAKE_TARGET_PRODUCT = "Qt Charts (Qt $$QT_VERSION)"
64 QMAKE_TARGET_DESCRIPTION = "Charts QML plugin for Qt."
65 }
66
60 # Copy qmldir to DESTDIR so we can use the plugin directly from there in our examples
67 # Copy qmldir to DESTDIR so we can use the plugin directly from there in our examples
61 # without having to do 'make install'.
68 # without having to do 'make install'.
62 !android:!ios {
69 !android:!ios {
General Comments 0
You need to be logged in to leave comments. Login now