Skip to content

Commit 40577b1

Browse files
committed
trivial: fix name
Sadly, we can't fix the weird naming of the libraries yet without breaking the world...
1 parent e0b18f6 commit 40577b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/packagekitqt.pc.in
5656
)
5757
target_include_directories(packagekitqt INTERFACE "$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}/PackageKitQt/PackageKit/;${CMAKE_INSTALL_INCLUDEDIR}/PackageKitQt>")
5858
install(TARGETS packagekitqt EXPORT PackageKitQtTargets DESTINATION ${CMAKE_INSTALL_LIBDIR})
59-
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/packagekitqt.pc
59+
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/packagekitqt6.pc
6060
DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig
6161
)
6262
install(FILES ${packagekitqt_HEADERS} ${QPK_VERSION_HDR}

0 commit comments

Comments
 (0)