TSI_Config/TSI_Config.pro

55 lines
1.2 KiB
Prolog
Raw Normal View History

2024-12-17 18:53:41 +08:00
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG += c++11
# You can make your code fail to compile if it uses deprecated APIs.
# In order to do so, uncomment the following line.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
SOURCES += \
acceleration.cpp \
keyphase.cpp \
main.cpp \
mainwindow.cpp \
overspeedgroup.cpp \
overspeedrelay.cpp \
radial_vibration.cpp \
2024-12-18 09:33:09 +08:00
seismic_monitor.cpp \
2024-12-17 18:53:41 +08:00
setpoint.cpp \
tachometer.cpp \
velocity.cpp
HEADERS += \
acceleration.h \
keyphase.h \
mainwindow.h \
overspeedgroup.h \
overspeedrelay.h \
radial_vibration.h \
2024-12-18 09:33:09 +08:00
seismic_monitor.h \
2024-12-17 18:53:41 +08:00
setpoint.h \
tachometer.h \
velocity.h
FORMS += \
acceleration.ui \
keyphase.ui \
mainwindow.ui \
overspeedgroup.ui \
overspeedrelay.ui \
radial_vibration.ui \
2024-12-18 09:33:09 +08:00
seismic_monitor.ui \
2024-12-17 18:53:41 +08:00
setpoint.ui \
tachometer.ui \
velocity.ui
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
DISTFILES += \
TSI_Config.pro.user