Skip to content

Commit

Permalink
upgrade form qmake to cmake
Browse files Browse the repository at this point in the history
Upgraded build tools from Qmake5 to CMake, and added CMAKE module support
  • Loading branch information
usertow committed Oct 7, 2024
1 parent 6e27ea3 commit 5389fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/udisks2-qt5.pc.in
)

install(TARGETS udisks2-qt5 DESTINATION ${CMAKE_INSTALL_LIBDIR})
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/udisks-qt5.pc
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/udisks2-qt5.pc
DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig
)
install(FILES ${udisksqt_HEADERS}
Expand Down

0 comments on commit 5389fbd

Please sign in to comment.