Skip to content

Commit

Permalink
[kf5] CMakeLists.txt: AppVeyor is failing to get a proper install pat…
Browse files Browse the repository at this point in the history
…h for the main plugins.

Added some debugging code to diagnose this.
  • Loading branch information
GerbilSoft committed Jul 2, 2023
1 parent 8a8f4e5 commit d4b8cf0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/kde/kf5/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,9 @@ IF(BUILD_KF5)
ELSEIF(HAVE_JSON_PLUGIN_LOADER)
SET(${PROJECT_NAME}_PLUGIN_DIR "${KF5_PLUGIN_INSTALL_DIR}")
ENDIF(HAVE_JSON_PLUGIN_LOADER)
MESSAGE(WARNING "KF5_PRPD_PLUGIN_INSTALL_DIR == ${KF5_PRPD_PLUGIN_INSTALL_DIR}")
MESSAGE(WARNING "KF5_PLUGIN_INSTALL_DIR == ${KF5_PLUGIN_INSTALL_DIR}")
MESSAGE(WARNING "${PROJECT_NAME}_PLUGIN_DIR == ${${PROJECT_NAME}_PLUGIN_DIR}")
INSTALL(TARGETS ${PROJECT_NAME} ${XATTRVIEW_NAME}
LIBRARY DESTINATION "${${PROJECT_NAME}_PLUGIN_DIR}"
COMPONENT "plugin")
Expand Down

0 comments on commit d4b8cf0

Please sign in to comment.