##// END OF EJS Templates
Qt5: declarative fix part3...
Qt5: declarative fix part3 - re-enabled examples - fixed the include files in examples folder - scrollchart and zoomlinechart - QGestureEvent declaration added to header.

File last commit:

r2051:7cd68cfd6696
r2054:96f04f377ffa
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