@@ -14,6 +14,9 QMAKE_DOCS = $$PWD/doc/qtcharts.qdocconf | |||
|
14 | 14 | |
|
15 | 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 | 20 | ############################# SOURCES ########################################## |
|
18 | 21 | |
|
19 | 22 | SOURCES += \ |
@@ -57,6 +57,13 CONFIG += no_cxx_module | |||
|
57 | 57 | |
|
58 | 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 | 67 | # Copy qmldir to DESTDIR so we can use the plugin directly from there in our examples |
|
61 | 68 | # without having to do 'make install'. |
|
62 | 69 | !android:!ios { |
General Comments 0
You need to be logged in to leave comments.
Login now