##// END OF EJS Templates
Add qml files to OTHER_FILES in qml examples, demos, and tests...
Add qml files to OTHER_FILES in qml examples, demos, and tests This way the qml files show up in creator. Change-Id: If2ca5cd45b3af0489208ef865474815547d89b1d Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>

File last commit:

r2490:6ff53abf6558
r2490:6ff53abf6558
Show More
qmlchartaxis.pro
9 lines | 234 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
Generate charts plugin for QtQuick2 as well as QtQuick1...
r2488 include(../../demos/shared/qmlapplicationviewer/qmlapplicationviewer.pri)