##// END OF EJS Templates
One more fix for version flag
Jani Honkonen -
r4:c4893b2f3467
parent child
Show More
@@ -4,7 +4,7 TARGET = qmlchartplugin
4 4 CONFIG += qt plugin
5 5 QT += declarative
6 6
7 contains($$QT_MAJOR_VERSION, 5) {
7 contains(QT_MAJOR_VERSION, 5) {
8 8 DEFINES += QTQUICK2
9 9 }
10 10
General Comments 0
You need to be logged in to leave comments. Login now