Skip to content

Commit

Permalink
Fix capitalisation
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 22, 2021
1 parent 133195e commit 7f88aca
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(Qt6 COMPONENTS Dbus REQUIRED)
find_package(Qt6 COMPONENTS DBus REQUIRED)
else()
find_package(Qt5DBus REQUIRED)
endif()
Expand Down

0 comments on commit 7f88aca

Please sign in to comment.