##// END OF EJS Templates
Fix compilation error...
Fix compilation error Change-Id: I6f83baa0916ebb822030f1028c25aa77858e4a06 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r2051:7cd68cfd6696
r2485:b0caebd0eecc
Show More
designer.pro
17 lines | 398 B | text/idl | PrologLexer
Michal Klocek
Adds designer plugin stub
r1201 !include( ../plugins.pri ) {
error( "Couldn't find the plugins.pri file!" )
}
Michal Klocek
Adds release debug direcotires to bin lib
r1978 TARGET=qtcommercialchartdesigner
DESTDIR = $$CHART_BUILD_DESIGNER_PLUGIN_DIR
Marek Rosa
Qt5: fix warnings about deprecated QT/CONFIG specification...
r2051 greaterThan(QT_MAJOR_VERSION, 4) {
QT += designer
} else {
CONFIG += designer
}
Michal Klocek
Adds designer plugin stub
r1201 HEADERS = qchartsplugin.h
SOURCES = qchartsplugin.cpp
RESOURCES = qchartsplugin.qrc
target.path = $$[QT_INSTALL_PLUGINS]/designer
Marek Rosa
Qt5: fix warnings about deprecated QT/CONFIG specification...
r2051 INSTALLS += target