##// END OF EJS Templates
Selectable outlines for box...
Selectable outlines for box Change-Id: Ic31fa26f914baaa6c26f52c73ca4328ec7523581 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r2051:7cd68cfd6696
r2573:3880b19e7795
Show More
designer.pro
17 lines | 398 B | text/idl | PrologLexer
!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