##// END OF EJS Templates
Moved manual tests to separate directory....
Moved manual tests to separate directory. This allows publishing autotests. Git export attributes changed accordingly. Change-Id: I6db2eb52dabdb8f12e0bc2a992a873abfa15b1a5 Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>

File last commit:

r2734:69f73db4ec09
r2734:69f73db4ec09
Show More
qmlchartproperties.pro
8 lines | 169 B | text/idl | PrologLexer
Miikka Heikkinen
Moved manual tests to separate directory....
r2734 !include( ../../tests.pri ) {
Tero Ahola
Added test app for testing QML properties
r1298 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/qmlchartproperties/*
Tero Ahola
Added test app for testing QML properties
r1298