summaryrefslogtreecommitdiffstats
path: root/plugins/designer/designer.pro
blob: d2f0c9134d9eec291ce4d8d20de36c8369ead10f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
CONFIG += plugin

TEMPLATE = lib

TARGET = $$qtLibraryTarget(qtchartsdesigner)

QT += charts
QT += designer

INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
INCLUDEPATH += ../../../include

HEADERS = $$PWD/qchartsplugin.h
SOURCES = $$PWD/qchartsplugin.cpp
RESOURCES = $$PWD/qchartsplugin.qrc

target.path = $$[QT_INSTALL_PLUGINS]/designer
INSTALLS += target