##// END OF EJS Templates
Refactors ChartAxis...
Refactors ChartAxis * move sizeHint to vertical and horizontal subclasses * adds nessery getters and setters * fixes sizeHint inheritance changes

File last commit:

r2050:0fecbcb1f664
r2138:44f1f46281dd
Show More
qml.pro
9 lines | 184 B | text/idl | PrologLexer
!include( ../auto.pri ) {
error( "Couldn't find the auto.pri file!" )
}
SOURCES += tst_qml.cpp
greaterThan(QT_MAJOR_VERSION, 4) {
QT += quick1
} else {
QT += declarative
}