-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyasp.pro
More file actions
96 lines (83 loc) · 1.96 KB
/
yasp.pro
File metadata and controls
96 lines (83 loc) · 1.96 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
#-------------------------------------------------
#
# Project created by QtCreator 2014-12-22T14:53:33
#
#-------------------------------------------------
#include (C:\Qwt-6.1.4\features\qwt.prf)
#DEFINES += QCUSTOMPLOT_USE_OPENGL
QT += core gui
QT += serialport
QT += xml
QT += network
QT += webenginewidgets
CONFIG += c++11
CONFIG += QwtWidgets
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
TARGET = yasp
TEMPLATE = app
SOURCES += \
helpwindow.cpp \
formsliderinfo.cpp \
yaspgraph.cpp \
formsliderinfo.cpp \
helpwindow.cpp \
main.cpp \
mainwindow.cpp \
qcustomplot.cpp \
yaspgraph.cpp \
clickablelabel.cpp \
widgetsarealayout.cpp \
dialw.cpp \
sliderw.cpp \
boxwidget.cpp \
widgetswindow.cpp \
buttonw.cpp
HEADERS += \
formsliderinfo.h \
tabwidget.h \
yaspgraph.h \
formsliderinfo.h \
helpwindow.hpp \
mainwindow.hpp \
qcustomplot.h \
tabwidget.h \
yaspgraph.h \
clickablelabel.h \
widgetsarealayout.h \
sliderw.h \
dialw.h \
boxwidget.h \
widgetswindow.h \
buttonw.h
FORMS += mainwindow.ui \
helpwindow.ui \
formsliderinfo.ui \
widgetswindow.ui \
dialW.ui \
sliderW.ui \
buttonW.ui
RESOURCES += \
appresources.qrc \
qdarkstyle/style.qrc \
DISTFILES += \
README.md \
installer/readMe.txt \
installer/yasp.iss \
installer/1.bmp \
yaspLib/yasplib.cpp \
yaspLib/yasplib.h \
yaspLib/keywords.txt \
yaspLib/keywords.txt \
yaspLib/library.properties \
yaspLib/examples/plotTest/plotTest.ino \
yaspLib/examples/modulation/modulation.ino \
yaspLib/examples/widget/widget.ino \
yaspLib/examples/simple/simple.ino \
yaclLib/yaclLib.cpp \
yaclLib/yaclLib.h \
yaclLib/keywords.txt \
yaclLib/library.properties \
yaclLib/examples/simple/simple.ino \
yaclLib/examples/calculator/calculator.ino \
yaclLib/README.md \
yaspLib/README.md