mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-12 01:49:42 -04:00
Move hidapi to dependencies as it is not maintained in this project
This commit is contained in:
@@ -6,9 +6,9 @@ TARGET = OpenRGB
|
||||
TEMPLATE = app
|
||||
|
||||
INCLUDEPATH += \
|
||||
dependencies/hidapi/ \
|
||||
i2c_smbus/ \
|
||||
i2c_tools/ \
|
||||
hidapi/ \
|
||||
net_port/ \
|
||||
serial_port/ \
|
||||
Controllers/AMDWraithPrismController/ \
|
||||
@@ -25,6 +25,7 @@ INCLUDEPATH += \
|
||||
qt/
|
||||
|
||||
SOURCES += \
|
||||
dependencies/hidapi/hid.c \
|
||||
main.cpp \
|
||||
OpenAuraSDK.cpp \
|
||||
qt/OpenRGBDeviceInfoPage.cpp \
|
||||
@@ -32,7 +33,6 @@ SOURCES += \
|
||||
qt/OpenRGBDialog.cpp \
|
||||
i2c_smbus/i2c_smbus.cpp \
|
||||
i2c_tools/i2c_tools.cpp \
|
||||
hidapi/hid.c \
|
||||
net_port/net_port.cpp \
|
||||
qt/OpenRGBDialog2.cpp \
|
||||
qt/OpenRGBSystemInfoPage.cpp \
|
||||
@@ -75,7 +75,6 @@ HEADERS += \
|
||||
qt/OpenRGBDialog.h \
|
||||
i2c_smbus/i2c_smbus.h \
|
||||
i2c_tools/i2c_tools.h \
|
||||
hidapi/hidapi.h \
|
||||
net_port/net_port.h \
|
||||
qt/OpenRGBDialog2.h \
|
||||
qt/OpenRGBSystemInfoPage.h \
|
||||
|
||||
Reference in New Issue
Block a user