##// END OF EJS Templates
scatterchart: get rid of a warning...
scatterchart: get rid of a warning This was the warning: scatterchart/scatterchartitem_p.h:68: Warning: Class ScatterChartItem implements the interface QGraphicsItem but does not list it in Q_INTERFACES. qobject_cast to QGraphicsItem will not work!

File last commit:

r1201:f0af86b6db21
r1232:8d7d8cb763e0
Show More
designer.pro
12 lines | 285 B | text/idl | PrologLexer
Michal Klocek
Adds designer plugin stub
r1201 TARGET=qtcommercialchartdesigner
!include( ../plugins.pri ) {
error( "Couldn't find the plugins.pri file!" )
}
CONFIG += designer
HEADERS = qchartsplugin.h
SOURCES = qchartsplugin.cpp
RESOURCES = qchartsplugin.qrc
target.path = $$[QT_INSTALL_PLUGINS]/designer
INSTALLS += target