Add files from zip
This commit is contained in:
25
examples/oscilloscope/oscilloscope.pro
Normal file
25
examples/oscilloscope/oscilloscope.pro
Normal file
@@ -0,0 +1,25 @@
|
||||
######################################################################
|
||||
# Qwt Examples - Copyright (C) 2002 Uwe Rathmann
|
||||
# This file may be used under the terms of the 3-clause BSD License
|
||||
######################################################################
|
||||
|
||||
include( $${PWD}/../examples.pri )
|
||||
|
||||
TARGET = oscilloscope
|
||||
|
||||
HEADERS = \
|
||||
SignalData.h \
|
||||
Plot.h \
|
||||
Knob.h \
|
||||
WheelBox.h \
|
||||
SamplingThread.h \
|
||||
MainWindow.h
|
||||
|
||||
SOURCES = \
|
||||
SignalData.cpp \
|
||||
Plot.cpp \
|
||||
Knob.cpp \
|
||||
WheelBox.cpp \
|
||||
SamplingThread.cpp \
|
||||
MainWindow.cpp \
|
||||
main.cpp
|
||||
Reference in New Issue
Block a user