##// END OF EJS Templates
Update qmlapplicationviewer files...
Update qmlapplicationviewer files Otherwise the new creator will prompt to update them. Change-Id: I8551532fbe58746aea4cbe8a2ccaf379c624e4a4 Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2510:0fc60b87ece9
r2527:db197ae73cdb
Show More
qmlweather.pro
10 lines | 215 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
Miikka Heikkinen
Fix build issues with multi-core builds in qml/quick demos...
r2510 include(qmlapplicationviewer/qmlapplicationviewer.pri)
Miikka Heikkinen
Generate charts plugin for QtQuick2 as well as QtQuick1...
r2488