##// END OF EJS Templates
Fix oscilloscope demos on android...
Fix oscilloscope demos on android qobject_cast doesn't seem to work properly on android, but there is no need to use it in oscilloscope demos, static cast works just as well there. Change-Id: Ia32c914dcec05dca48103fe8d4edec7c054c8bd8 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>

File last commit:

r2510:0fc60b87ece9
r2526:383eb97e1450
Show More
quick2chart.pro
10 lines | 226 B | text/idl | PrologLexer
Miikka Heikkinen
Generate charts plugin for QtQuick2 as well as QtQuick1...
r2488 !include( ../demos.pri ) {
error( "Couldn't find the demos.pri file!" )
}
RESOURCES += resources.qrc
SOURCES += main.cpp
OTHER_FILES += qml/quick2chart/*
Miikka Heikkinen
Fix build issues with multi-core builds in qml/quick demos...
r2510 include(qtquick2applicationviewer/qtquick2applicationviewer.pri)
Miikka Heikkinen
Generate charts plugin for QtQuick2 as well as QtQuick1...
r2488