-
Notifications
You must be signed in to change notification settings - Fork 0
/
ssView.pro
43 lines (34 loc) · 913 Bytes
/
ssView.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
#-------------------------------------------------
#
# Project created by QtCreator 2016-04-26T18:35:07
#
#-------------------------------------------------
QT += core gui quickwidgets location positioning network charts widgets
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport location
TARGET = ssView
TEMPLATE = app
SOURCES +=\
mainwindow.cpp \
trace_ex.cpp \
trace_group_ex.cpp \
qcustomplot.cpp \
main.cpp \
fft_complx.cpp \
geom_ex.cpp \
hilbert.cpp \
wignerville.cpp
HEADERS += mainwindow.h \
trace_ex.h \
trace_group_ex.h \
qcustomplot.h \
fft_complx.h \
geom_ex.h \
C:/Qt/5.7/mingw53_32/include/QtCharts/qchartview.h \
hilbert.h \
wignerville.h
FORMS += mainwindow.ui \
trace_ex.ui \
trace_group_ex.ui \
geom_ex.ui
DISTFILES += \
geom_map.qml