##// END OF EJS Templates
Remove TODOs...
Remove TODOs No need to bring these back after release, tasks were created in JIRA for relevant TODOs. Change-Id: I4cf5fb09276ee720000329b9ac2a48021cfe0830 Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2510:0fc60b87ece9
r2575:f9a133cb3e77
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