summaryrefslogtreecommitdiffstats
path: root/examples/charts/qmloscilloscope/qmloscilloscope.pro
blob: a66fabcd49489e33fa9ed29bada91c81173b22d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
!include( ../examples.pri ) {
 error( "Couldn't find the examples.pri file!" )
}

RESOURCES += resources.qrc
SOURCES += main.cpp \
           datasource.cpp
OTHER_FILES += qml/qmloscilloscope/*

HEADERS += \
    datasource.h