mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-02-07 15:28:47 +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)
|
set(QT_MIN_VERSION 5.8)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(DBUS_FOUND)
|
if(DBUS_FOUND AND NOT WIN32)
|
||||||
list(APPEND QT_COMPONENTS DBus)
|
list(APPEND QT_COMPONENTS DBus)
|
||||||
endif()
|
endif()
|
||||||
if(X11_FOUND)
|
if(X11_FOUND)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user