@@ -4,10 +4,14 | |||
|
4 | 4 | |
|
5 | 5 | TARGET=qtcommercialchartdesigner |
|
6 | 6 | DESTDIR = $$CHART_BUILD_DESIGNER_PLUGIN_DIR |
|
7 | CONFIG += designer | |
|
7 | greaterThan(QT_MAJOR_VERSION, 4) { | |
|
8 | QT += designer | |
|
9 | } else { | |
|
10 | CONFIG += designer | |
|
11 | } | |
|
8 | 12 | HEADERS = qchartsplugin.h |
|
9 | 13 | SOURCES = qchartsplugin.cpp |
|
10 | 14 | RESOURCES = qchartsplugin.qrc |
|
11 | 15 | |
|
12 | 16 | target.path = $$[QT_INSTALL_PLUGINS]/designer |
|
13 | INSTALLS += target No newline at end of file | |
|
17 | INSTALLS += target |
General Comments 0
You need to be logged in to leave comments.
Login now