Files
BionxControl/BionxControl.pro

63 lines
1.5 KiB
Prolog
Raw Normal View History

2026-03-30 17:22:38 +02:00
QT += core gui svg widgets
2025-12-15 20:57:09 +01:00
2025-12-31 16:30:03 +01:00
CONFIG += c++23
2025-12-15 20:57:09 +01:00
# 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
2026-01-04 11:10:43 +01:00
INCLUDEPATH += . libwin
2025-12-15 20:57:09 +01:00
# 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 += \
bc.cpp \
2026-01-10 16:38:52 +01:00
bcdelightpmwidget.cpp \
2025-12-29 23:29:56 +01:00
bcdeviceview.cpp \
2025-12-30 10:12:01 +01:00
bcdriver.cpp \
bcdriverstatewidget.cpp \
2025-12-30 10:12:01 +01:00
bcdrivertinycan.cpp \
bcthemeswitchbutton.cpp \
2026-01-10 16:37:59 +01:00
bctoggleswitch.cpp \
2025-12-18 20:34:38 +01:00
bctransmitter.cpp \
2025-12-28 22:48:18 +01:00
bcvalue.cpp \
2026-01-10 22:18:54 +01:00
bcvaluedelegate.cpp \
2025-12-26 15:19:33 +01:00
bcvaluemodel.cpp \
2026-02-09 16:03:09 +01:00
bcvalueslider.cpp \
2025-12-31 16:30:03 +01:00
bcxmlloader.cpp \
2026-01-04 11:10:43 +01:00
libwin/can_drv_win.c \
libwin/mhs_can_drv.c \
2025-12-15 20:57:09 +01:00
main.cpp \
bcmainwindow.cpp
HEADERS += \
bc.h \
2026-01-10 16:38:52 +01:00
bcdelightpmwidget.h \
2025-12-29 23:29:56 +01:00
bcdeviceview.h \
2025-12-30 10:12:01 +01:00
bcdriver.h \
bcdriverstatewidget.h \
2025-12-30 10:12:01 +01:00
bcdrivertinycan.h \
2025-12-15 20:57:09 +01:00
bcmainwindow.h \
bcthemeswitchbutton.h \
2026-01-10 16:37:59 +01:00
bctoggleswitch.h \
2025-12-24 12:11:59 +01:00
bctransmitter.h \
2025-12-28 22:48:18 +01:00
bcvalue.h \
2026-01-10 22:18:54 +01:00
bcvaluedelegate.h \
2025-12-26 15:19:33 +01:00
bcvaluemodel.h \
2026-02-09 16:03:09 +01:00
bcvalueslider.h \
2025-12-31 16:30:03 +01:00
bcxmlloader.h
2025-12-15 20:57:09 +01:00
FORMS += \
2026-01-11 01:12:28 +01:00
bcmainwindow.ui \
2026-02-09 16:03:09 +01:00
bcvalueslider.ui
2025-12-15 20:57:09 +01:00
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
RESOURCES += \
2025-12-19 13:24:18 +01:00
bionxcontrol.qrc