Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/native/CMakeLists.txt
|
@@ -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() |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.