##// END OF EJS Templates
percentbar test, stackedbar test: no need to test base class functionality via these. Test cases easier to maintain.
percentbar test, stackedbar test: no need to test base class functionality via these. Test cases easier to maintain.

File last commit:

r1037:9c00874184ef
r1124:1e5db44ddc09
Show More
qmlchart.pro
10 lines | 266 B | text/idl | PrologLexer
Tero Ahola
Made QmlChart demo instead of a test app
r922 !include( ../demos.pri ) {
error( "Couldn't find the demos.pri file!" )
Tero Ahola
Proof-of-concept for QML api...
r120 }
Michal Klocek
Simplfies default configuration
r1021 RESOURCES += resources.qrc
Tero Ahola
Proof-of-concept for QML api...
r120 SOURCES += main.cpp
include(qmlapplicationviewer/qmlapplicationviewer.pri)
Michal Klocek
Simplfies default configuration
r1021
Michal Klocek
Fix pro files system -> system_build
r1037 !system_build:mac: QMAKE_POST_LINK += "$$MAC_POST_LINK_PREFIX $$MAC_DEMOS_BIN_DIR"