##// END OF EJS Templates
Removed some commented out code in barmodel mapper and replaced one comment with different one
Removed some commented out code in barmodel mapper and replaced one comment with different one

File last commit:

r2050:0fecbcb1f664
r2151:cdaf9997827b
Show More
qml.pro
9 lines | 184 B | text/idl | PrologLexer
Michal Klocek
Adds tst_qml basic stub for checking plugin loading qml
r1997 !include( ../auto.pri ) {
error( "Couldn't find the auto.pri file!" )
}
SOURCES += tst_qml.cpp
Marek Rosa
Qt5: fix declarative/quick1 module include
r2050 greaterThan(QT_MAJOR_VERSION, 4) {
QT += quick1
} else {
QT += declarative
}