Files
BionxControl/BionxControl.pro
2026-04-02 14:36:47 +02:00

63 lines
1.5 KiB
Prolog

QT += core gui svg widgets
CONFIG += c++23
# 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
INCLUDEPATH += . libwin
# 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 \
bcdelightpmwidget.cpp \
bcdeviceview.cpp \
bcdriver.cpp \
bcdriverstatewidget.cpp \
bcdrivertinycan.cpp \
bcthemeswitchbutton.cpp \
bctoggleswitch.cpp \
bctransmitter.cpp \
bcvalue.cpp \
bcvaluedelegate.cpp \
bcvaluemodel.cpp \
bcvalueslider.cpp \
bcxmlloader.cpp \
libwin/can_drv_win.c \
libwin/mhs_can_drv.c \
main.cpp \
bcmainwindow.cpp
HEADERS += \
bc.h \
bcdelightpmwidget.h \
bcdeviceview.h \
bcdriver.h \
bcdriverstatewidget.h \
bcdrivertinycan.h \
bcmainwindow.h \
bcthemeswitchbutton.h \
bctoggleswitch.h \
bctransmitter.h \
bcvalue.h \
bcvaluedelegate.h \
bcvaluemodel.h \
bcvalueslider.h \
bcxmlloader.h
FORMS += \
bcmainwindow.ui \
bcvalueslider.ui
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
RESOURCES += \
bionxcontrol.qrc