We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40577b1 commit 6330c96Copy full SHA for 6330c96
src/modules/packagekit-qt-config.cmake.in
@@ -2,6 +2,8 @@
2
3
check_required_components(Qt@QT_VERSION_MAJOR@DBus)
4
5
-SET(PackageKitQt@QT_VERSION_MAJOR@_LIBRARIES "PK::packagekitqt@QT_VERSION_MAJOR@")
+SET(PackageKitQt@QT_VERSION_MAJOR@_LIBRARIES "PK::packagekitqt")
6
7
include("${CMAKE_CURRENT_LIST_DIR}/PackageKitQtTargets.cmake")
8
+
9
+add_library(PK::packagekitqt6 ALIAS PK::packagekitqt)
0 commit comments