##// END OF EJS Templates
Remove opengl dependency from oscilloscope demos....
Remove opengl dependency from oscilloscope demos. These demos do not actually use opengl for anything, so no need for the dependency. This dependency also breaks the demos in android. Change-Id: I4da2a83f11fddd416034821d233f0543ee0900ed Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2525:5407eb4cd85a
r2525:5407eb4cd85a
Show More
qmloscilloscope.pro
13 lines | 271 B | text/idl | PrologLexer
!include( ../demos.pri ) {
error( "Couldn't find the demos.pri file!" )
}
RESOURCES += resources.qrc
SOURCES += main.cpp \
datasource.cpp
OTHER_FILES += qml/qmloscilloscope/*
include(qmlapplicationviewer/qmlapplicationviewer.pri)
HEADERS += \
datasource.h