##// END OF EJS Templates
Initial ColorMap Chart implementation....
Initial ColorMap Chart implementation. Signed-off-by: jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r2722:82abd640acc7
r2899:905c34fe48ad
Show More
designer.pro
19 lines | 351 B | text/idl | PrologLexer
CONFIG += plugin
TEMPLATE = lib
TARGET = $$qtLibraryTarget(qtchartsdesigner)
QT += charts
QT += designer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
INCLUDEPATH += ../../../include
HEADERS = $$PWD/qchartsplugin.h
SOURCES = $$PWD/qchartsplugin.cpp
RESOURCES = $$PWD/qchartsplugin.qrc
target.path = $$[QT_INSTALL_PLUGINS]/designer
INSTALLS += target