Initial support for system-installed plugins in Linux

This commit is contained in:
Adam Honse 2024-05-14 20:06:01 -05:00
parent 806ababa05
commit d03701c58d
5 changed files with 56 additions and 20 deletions

View file

@ -485,6 +485,9 @@ contains(QMAKE_PLATFORM, linux) {
QMAKE_CXXFLAGS += -Wno-implicit-fallthrough
DEFINES += \
OPENRGB_SYSTEM_PLUGIN_DIRECTORY=\\"\"\"$$PREFIX/lib/openrgb/plugins\\"\"\" \
#-------------------------------------------------------------------------------------------#
# Determine which hidapi to use based on availability #
# Prefer hidraw backend, then libusb #