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

File last commit:

r2776:bc1f6aa59d42
r2899:905c34fe48ad
Show More
chartdesigner.pro
24 lines | 450 B | text/idl | PrologLexer
Titta Heikkala
Copyright header changes...
r2776 !include( ../../tests.pri ) {
Michal Klocek
chartdesigner draft, pushed before beging away
r1126 error( "Couldn't find the test.pri file!" )
}
TEMPLATE = app
QT += core gui
SOURCES += \
brushwidget.cpp \
main.cpp \
mainwindow.cpp \
objectinspectorwidget.cpp \
penwidget.cpp \
engine.cpp
HEADERS += \
brushwidget.h \
mainwindow.h \
objectinspectorwidget.h \
penwidget.h \
engine.h
!system_build:mac: QMAKE_POST_LINK += "$$MAC_POST_LINK_PREFIX $$MAC_TESTS_BIN_DIR"