-
Notifications
You must be signed in to change notification settings - Fork 0
/
tcl.pro
49 lines (39 loc) · 959 Bytes
/
tcl.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
#-------------------------------------------------
#
# Project created by QtCreator 2017-02-01T14:27:28
#
#-------------------------------------------------
QT += core gui
QT += serialport
CONFIG += c++11
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
TARGET = tcl
TEMPLATE = app
SOURCES += main.cpp\
splashdialog.cpp \
mainwindow.cpp \
preferences.cpp \
qcgaugewidget.cpp \
turbinetabpage.cpp \
charttabpage.cpp \
titlebar.cpp \
qcustomplot/qcustomplot.cpp \
turbinewidget.cpp
HEADERS += splashdialog.hpp \
mainwindow.hpp \
preferences.hpp \
qcgaugewidget.hpp \
turbinetabpage.hpp \
charttabpage.hpp \
titlebar.hpp \
qcustomplot/qcustomplot.h \
turbinewidget.hpp
FORMS += splashdialog.ui \
mainwindow.ui
RESOURCES += \
resources.qrc
DISTFILES += \
Exit Filled-50.png \
Jet Engine Filled-50.png \
Settings-48.png \
Scatter Plot-64.png