##// END OF EJS Templates
Fix QLegend test case....
Fix QLegend test case. The test window was too low to encompass all legend markers. Change-Id: I5a9d325494f51fc996c233f3fafd524cbb52b560 Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2510:0fc60b87ece9
r2568:e7097a7e781d
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)