##// END OF EJS Templates
Qt5: fix warnings about deprecated QT/CONFIG specification...
Marek Rosa -
r2051:7cd68cfd6696
parent child
Show More
@@ -4,7 +4,11
4 4
5 5 TARGET=qtcommercialchartdesigner
6 6 DESTDIR = $$CHART_BUILD_DESIGNER_PLUGIN_DIR
7 greaterThan(QT_MAJOR_VERSION, 4) {
8 QT += designer
9 } else {
7 10 CONFIG += designer
11 }
8 12 HEADERS = qchartsplugin.h
9 13 SOURCES = qchartsplugin.cpp
10 14 RESOURCES = qchartsplugin.qrc
@@ -2,7 +2,11
2 2 error( "Couldn't find the tests.pri file!" )
3 3 }
4 4
5 greaterThan(QT_MAJOR_VERSION, 4) {
6 QT += testlib
7 } else {
5 8 CONFIG += qtestlib
9 }
6 10 !contains(TARGET, ^tst_.*):TARGET = $$join(TARGET,,"tst_")
7 11
8 12 INCLUDEPATH += ../inc
General Comments 0
You need to be logged in to leave comments. Login now