##// END OF EJS Templates
set up relation with c++ module correctly....
Oswald Buddenhagen -
r2888:e6ca20f36ae5
parent child
Show More
@@ -1,10 +1,9
1
1
2 TARGET = qtchartsqml2
2 TARGET = qtchartsqml2
3 CXX_MODULE = charts
4
3 QT += qml quick
5 QT += qml quick
4 QT += charts charts-private
6 QT += charts charts-private
5 TARGETPATH = QtCharts
6
7 IMPORT_VERSION = $$MODULE_VERSION
8
7
9 # Only build qml plugin static if Qt itself is also built static
8 # Only build qml plugin static if Qt itself is also built static
10 !contains(QT_CONFIG, static): CONFIG -= static staticlib
9 !contains(QT_CONFIG, static): CONFIG -= static staticlib
@@ -50,8 +49,6 HEADERS += \
50
49
51 OTHER_FILES = qmldir
50 OTHER_FILES = qmldir
52
51
53 CONFIG += no_cxx_module
54
55 load(qml_plugin)
52 load(qml_plugin)
56
53
57 win32 {
54 win32 {
General Comments 0
You need to be logged in to leave comments. Login now