summaryrefslogtreecommitdiffstats
path: root/demos/qmloscilloscope/qmloscilloscope.pro
blob: 5bf080e89b797248aba04018434f0972ff444a8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
!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