##// END OF EJS Templates
Fix Creator crash when opening Charts project...
Fix Creator crash when opening Charts project There's a problem with Creator parsing the headers defined in Charts src.pro. This will cause the Creator (3.0.0-beta) to crash when trying to open charts.pro. As a workaround the headers are defined using new variables for each function and unsetting the variables after each rotation. Task-number: QTRD-2480 Change-Id: Ia77428dab61fa9fa57ca5501ad27f8c3f514f017 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r2599:d8e784e0dd82
r2641:614285c5dc95
Show More
boxplottester.pro
20 lines | 320 B | text/idl | PrologLexer
Mika Salmela
A new box-and-whiskers series type added to charts....
r2548 !include( ../tests.pri ) {
error( "Couldn't find the test.pri file!" )
}
TEMPLATE = app
Titta Heikkala
Fix boxplottertester...
r2599 QT += core gui
Mika Salmela
A new box-and-whiskers series type added to charts....
r2548 contains(QT_MAJOR_VERSION, 5) {
QT += widgets
}
SOURCES += main.cpp \
mainwidget.cpp \
Mika Salmela
Added pentool to boxplot tester...
r2566 customtablemodel.cpp \
pentool.cpp
Mika Salmela
A new box-and-whiskers series type added to charts....
r2548
HEADERS += \
mainwidget.h \
Mika Salmela
Added pentool to boxplot tester...
r2566 customtablemodel.h \
pentool.h