-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathS-GUI.pro
More file actions
42 lines (33 loc) · 753 Bytes
/
S-GUI.pro
File metadata and controls
42 lines (33 loc) · 753 Bytes
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
#-------------------------------------------------
#
# Project created by Algodev group
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
TARGET = S-GUI
TEMPLATE = app
SOURCES += main.cpp\
winmain.cpp \
winsettings.cpp \
utilities.cpp \
wininfotests.cpp \
wintestplot.cpp \
qcustomplot.cpp \
wincredits.cpp
HEADERS += winmain.h \
winsettings.h \
data.h \
utilities.h \
wininfotests.h \
qcustomplot.h \
wintestplot.h \
wincredits.h
FORMS += winmain.ui \
winsettings.ui \
wininfotests.ui \
wintestplot.ui \
wincredits.ui
RESOURCES += \
bfqresources.qrc
CONFIG += c++11 console