summaryrefslogtreecommitdiffstats
path: root/plugins/designer/designer.pro
blob: 14677945acc2c666418a9e3bd03add2c7a400863 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
!include( ../plugins.pri ) {
    error( "Couldn't find the plugins.pri file!" )
}

TARGET=qtcommercialchartdesigner
DESTDIR = $$CHART_BUILD_DESIGNER_PLUGIN_DIR
greaterThan(QT_MAJOR_VERSION, 4) {
    QT += designer
} else {
    CONFIG += designer
}
HEADERS = qchartsplugin.h
SOURCES = qchartsplugin.cpp
RESOURCES = qchartsplugin.qrc

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