Skip to content

Commit

Permalink
Dbus component
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 22, 2021
1 parent 7780bbb commit 4693ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/native/CMakeLists.txt
Expand Up @@ -11,7 +11,7 @@ set(NATIVE_LINK_LIBS)

if(UNIX AND NOT APPLE AND NOT ANDROID)
if (WITH_QT6)
find_package(Qt6DBus REQUIRED)
find_package(Qt6 COMPONENTS Dbus REQUIRED)
else()
find_package(Qt5DBus REQUIRED)
endif()
Expand Down

0 comments on commit 4693ebf

Please sign in to comment.