##// END OF EJS Templates
CategoryRange objects no longer need to be in a specific order
CategoryRange objects no longer need to be in a specific order

File last commit:

r2051:7cd68cfd6696
r2080:e2171111cf47
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