##// 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:

r2510:0fc60b87ece9
r2641:614285c5dc95
Show More
qmlchartaxis.pro
9 lines | 215 B | text/idl | PrologLexer
Tero Ahola
Refactored QML axis handling
r1813 !include( ../tests.pri ) {
error( "Couldn't find the test.pri file!" )
}
RESOURCES += resources.qrc
SOURCES += main.cpp
Miikka Heikkinen
Add qml files to OTHER_FILES in qml examples, demos, and tests...
r2490 OTHER_FILES += qml/qmlchartaxis/*
Tero Ahola
Refactored QML axis handling
r1813
Miikka Heikkinen
Fix build issues with multi-core builds in qml/quick demos...
r2510 include(qmlapplicationviewer/qmlapplicationviewer.pri)