##// END OF EJS Templates
Add Polar chart support...
Add Polar chart support This commit also heavily refactors things as polar chart needs separate implementation of various classes that previously only needed one, such as ChartAxis and ChartLayout. Task-number: QTRD-1757 Change-Id: I3d3db23920314987ceef3ae92879960b833b7136 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r2051:7cd68cfd6696
r2483:f494279b6366
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