Skip to content

Commit

Permalink
Maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 22, 2021
1 parent ac1c698 commit 9abd23d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/native/CMakeLists.txt
Expand Up @@ -10,7 +10,11 @@ endif()
set(NATIVE_LINK_LIBS)

if(UNIX AND NOT APPLE AND NOT ANDROID)
find_package(Qt5DBus REQUIRED)
if (WITH_QT6)
find_package(Qt6DBus REQUIRED)
else()
find_package(Qt5DBus REQUIRED)
endif()
endif()

if(APPLE)
Expand Down

0 comments on commit 9abd23d

Please sign in to comment.