##// END OF EJS Templates
Fix build issues with multi-core builds in qml/quick demos...
Fix build issues with multi-core builds in qml/quick demos Qmake couldn't handle shared sources so make each app have their own copy of application viewer sources again. Change-Id: I6ee1948c91b5cc41bdd69237b106d3bfe935226c Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>

File last commit:

r2510:0fc60b87ece9
r2510:0fc60b87ece9
Show More
qmlweather.pro
10 lines | 215 B | text/idl | PrologLexer
!include( ../demos.pri ) {
error( "Couldn't find the demos.pri file!" )
}
RESOURCES += resources.qrc
SOURCES += main.cpp
OTHER_FILES += qml/qmlweather/*
include(qmlapplicationviewer/qmlapplicationviewer.pri)