mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-31 17:54:55 +01:00
Exclude Windows from find D-Bus in CMake
This commit is contained in:
parent
03291b27d1
commit
a86640fdee
@ -170,7 +170,7 @@ if(QT_MAJOR_VERSION EQUAL 5)
|
||||
set(QT_MIN_VERSION 5.8)
|
||||
endif()
|
||||
|
||||
if(DBUS_FOUND)
|
||||
if(DBUS_FOUND AND NOT WIN32)
|
||||
list(APPEND QT_COMPONENTS DBus)
|
||||
endif()
|
||||
if(X11_FOUND)
|
||||
|
Loading…
x
Reference in New Issue
Block a user