##// END OF EJS Templates
Fix designer plugin target...
Titta Heikkala -
r2722:82abd640acc7
parent child
Show More
@@ -1,19 +1,19
1 CONFIG += plugin
1 CONFIG += plugin
2
2
3 TEMPLATE = lib
3 TEMPLATE = lib
4
4
5 TARGET = qtchartsdesigner
5 TARGET = $$qtLibraryTarget(qtchartsdesigner)
6
6
7 QT += charts
7 QT += charts
8 QT += designer
8 QT += designer
9
9
10 INCLUDEPATH += $$PWD
10 INCLUDEPATH += $$PWD
11 DEPENDPATH += $$PWD
11 DEPENDPATH += $$PWD
12 INCLUDEPATH += ../../../include
12 INCLUDEPATH += ../../../include
13
13
14 HEADERS = $$PWD/qchartsplugin.h
14 HEADERS = $$PWD/qchartsplugin.h
15 SOURCES = $$PWD/qchartsplugin.cpp
15 SOURCES = $$PWD/qchartsplugin.cpp
16 RESOURCES = $$PWD/qchartsplugin.qrc
16 RESOURCES = $$PWD/qchartsplugin.qrc
17
17
18 target.path = $$[QT_INSTALL_PLUGINS]/designer
18 target.path = $$[QT_INSTALL_PLUGINS]/designer
19 INSTALLS += target
19 INSTALLS += target
General Comments 0
You need to be logged in to leave comments. Login now