##// 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
qmloscilloscope.pro
14 lines | 284 B | text/idl | PrologLexer
!include( ../demos.pri ) {
error( "Couldn't find the demos.pri file!" )
}
QT += opengl
RESOURCES += resources.qrc
SOURCES += main.cpp \
datasource.cpp
OTHER_FILES += qml/qmloscilloscope/*
include(qmlapplicationviewer/qmlapplicationviewer.pri)
HEADERS += \
datasource.h