##// 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
qmlweather.pro
11 lines | 280 B | text/idl | PrologLexer
Tero Ahola
Draft for QML demo that shows weather forecasts
r1139 !include( ../demos.pri ) {
error( "Couldn't find the demos.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/qmlweather/*
Tero Ahola
Draft for QML demo that shows weather forecasts
r1139
include(qmlapplicationviewer/qmlapplicationviewer.pri)
Miikka Heikkinen
Generate charts plugin for QtQuick2 as well as QtQuick1...
r2488 include(../shared/qmlapplicationviewer/qmlapplicationviewer.pri)