Renamed lib to libwin
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user