##// END OF EJS Templates
Fix compile error in demo launcher....
Fix compile error in demo launcher. Change-Id: Iab90cbbf1b5f2f385445225a16eca0d82e54f07c Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r2051:7cd68cfd6696
r2529:dc55c8067968
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