-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathqrigol.pro
75 lines (65 loc) · 1.67 KB
/
qrigol.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
#-------------------------------------------------
#
# Project created by QtCreator 2015-05-27T17:57:04
#
#-------------------------------------------------
QT += core gui webkit
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
greaterThan(QT_MAJOR_VERSION, 4): QT += webkitwidgets
TARGET = qrigol
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
rigolcomm.cpp \
mlogger.cpp \
plotdialog.cpp \
scopedata.cpp \
helpdialog.cpp
HEADERS += mainwindow.h \
rigolcomm.h \
mlogger.h \
plotdialog.h \
scopedata.h \
helpdialog.h
FORMS += mainwindow.ui \
plotdialog.ui \
helpdialog.ui
OTHER_FILES += \
README.md \
COPYING \
LICENSE \
screenshots/screenshot_126.jpg \
screenshots/screenshot_127.jpg \
screenshots/screenshot_128.jpg \
screenshots/screenshot_129.jpg \
screenshots/screenshot_130.jpg \
screenshots/screenshot_131.jpg \
icons/greenlight.png \
icons/redlight.png \
icons/disconnect,png \
icons/connect.png \
screenshots/screenshot_200.png \
screenshots/screenshot_201.png \
screenshots/screenshot_202.png \
screenshots/screenshot_203.png \
screenshots/screenshot_204.png \
screenshots/screenshot_205.png \
packages/qrigol_0.1_amd64.deb \
packages/qrigol-0.1-2.x86_64.rpm \
help.html \
help.css \
index.html \
main.html \
about.html \
concept.html \
status.html \
verthor.html \
trigger.html \
measure.html \
waveform.html \
packages/qrigol_0.2_amd64.deb \
packages/binary-release/Debug/qrigol \
packages/binary-release/Relase/qrigol \
qrigol.desktop
RESOURCES += \
resources.qrc