summaryrefslogtreecommitdiffstats
path: root/plugins/designer/designer.pro
blob: 4e9f0f4767de95d6bbfad096ccb7d6cb2fe7be3f (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 = 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