##// END OF EJS Templates
Add qml files to OTHER_FILES in qml examples, demos, and tests...
Add qml files to OTHER_FILES in qml examples, demos, and tests This way the qml files show up in creator. Change-Id: If2ca5cd45b3af0489208ef865474815547d89b1d Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>

File last commit:

r2490:6ff53abf6558
r2490:6ff53abf6558
Show More
qmloscilloscope.pro
14 lines | 294 B | text/idl | PrologLexer
Tero Ahola
Added a new QXYSeries::replace override for performance reasons....
r1783 !include( ../demos.pri ) {
error( "Couldn't find the demos.pri file!" )
}
QT += opengl
RESOURCES += resources.qrc
SOURCES += main.cpp \
datasource.cpp
Miikka Heikkinen
Add qml files to OTHER_FILES in qml examples, demos, and tests...
r2490 OTHER_FILES += qml/qmloscilloscope/*
Tero Ahola
Added a new QXYSeries::replace override for performance reasons....
r1783
Miikka Heikkinen
Generate charts plugin for QtQuick2 as well as QtQuick1...
r2488 include(../shared/qmlapplicationviewer/qmlapplicationviewer.pri)
Tero Ahola
Added a new QXYSeries::replace override for performance reasons....
r1783
HEADERS += \
datasource.h