Renamed lib to libwin

This commit is contained in:
2026-01-04 11:10:43 +01:00
parent 2474d3394c
commit eb21eccb23
22 changed files with 3 additions and 1141 deletions

View File

@@ -10,7 +10,7 @@ QMAKE_CXXFLAGS += -std=c++23
# 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 += . lib
INCLUDEPATH += . libwin
linux {
#LIBS += -lpigpio -lpigpiod_if2 -lrt
@@ -38,8 +38,8 @@ SOURCES += \
bcvalue.cpp \
bcvaluemodel.cpp \
bcxmlloader.cpp \
lib/can_drv_win.c \
lib/mhs_can_drv.c \
libwin/can_drv_win.c \
libwin/mhs_can_drv.c \
main.cpp \
bcmainwindow.cpp