summaryrefslogtreecommitdiffstats
path: root/demos/quick2oscilloscope/quick2oscilloscope.pro
blob: 3f5575a66c05c8080892050e9f7a2ce6b89867fd (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/quick2oscilloscope/*

include(qtquick2applicationviewer/qtquick2applicationviewer.pri)

HEADERS += \
    datasource.h