Advertisement
Guest User

qt5_use_modules.patch

a guest
May 31st, 2018
407
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.35 KB | None | 0 0
  1. --- CMakeLists.txt  2015-08-08 05:07:08.000000000 -0700
  2. +++ CMakeLists.txt.new  2018-05-31 05:22:29.725388703 -0700
  3. @@ -38,4 +38,4 @@
  4.                        ${JOURNALD_LIBRARIES})
  5.  install(TARGETS kcm_systemd DESTINATION ${CMAKE_INSTALL_PLUGINDIR})
  6.  
  7. -qt5_use_modules(kcm_systemd Widgets DBus)
  8. +target_link_libraries(kcm_systemd Qt5::Widgets Qt5::DBus)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement