##// END OF EJS Templates
place load(qt_module) at the end of the project file...
Oswald Buddenhagen -
r2887:e8a6c9507e8c
parent child
Show More
@@ -11,8 +11,6 MODULE_INCNAME = QtCharts
11
11
12 QMAKE_DOCS = $$PWD/doc/qtcharts.qdocconf
12 QMAKE_DOCS = $$PWD/doc/qtcharts.qdocconf
13
13
14 load(qt_module)
15
16 QMAKE_TARGET_PRODUCT = "Qt Charts (Qt $$QT_VERSION)"
14 QMAKE_TARGET_PRODUCT = "Qt Charts (Qt $$QT_VERSION)"
17 QMAKE_TARGET_DESCRIPTION = "Charts component for Qt."
15 QMAKE_TARGET_DESCRIPTION = "Charts component for Qt."
18
16
@@ -97,3 +95,5 win32:!winrt:!wince {
97 # ChartThemeSystem uses Windows native API
95 # ChartThemeSystem uses Windows native API
98 LIBS += -luser32
96 LIBS += -luser32
99 }
97 }
98
99 load(qt_module)
General Comments 0
You need to be logged in to leave comments. Login now