Skip to content

Commit 6330c96

Browse files
committed
cmake: Add a convenience alias to packagekitqt6
For apps that still use it. Keep it an alias so it's easier to do in the future.
1 parent 40577b1 commit 6330c96

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/modules/packagekit-qt-config.cmake.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
check_required_components(Qt@QT_VERSION_MAJOR@DBus)
44

5-
SET(PackageKitQt@QT_VERSION_MAJOR@_LIBRARIES "PK::packagekitqt@QT_VERSION_MAJOR@")
5+
SET(PackageKitQt@QT_VERSION_MAJOR@_LIBRARIES "PK::packagekitqt")
66

77
include("${CMAKE_CURRENT_LIST_DIR}/PackageKitQtTargets.cmake")
8+
9+
add_library(PK::packagekitqt6 ALIAS PK::packagekitqt)

0 commit comments

Comments
 (0)