From 0254a0a15a2278017a878710d385e85e00309a7e Mon Sep 17 00:00:00 2001 From: Albert Vaca Cintora Date: Tue, 23 Jul 2019 01:03:20 +0200 Subject: [PATCH] Try to fix windows build --- declarativeplugin/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/declarativeplugin/CMakeLists.txt b/declarativeplugin/CMakeLists.txt index 16f736224..570a6ed68 100644 --- a/declarativeplugin/CMakeLists.txt +++ b/declarativeplugin/CMakeLists.txt @@ -22,7 +22,7 @@ install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kde/kdeconnect) # So qml apps using this plugin can be run from build/bin directory add_custom_target(copy_to_build_dir_bin) -add_custom_command(TARGET copy_to_build_dir_bin +add_custom_command(TARGET copy_to_build_dir_bin POST_BUILD COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/qmldir ${CMAKE_BINARY_DIR}/bin/org/kde/kdeconnect/) add_dependencies(kdeconnectdeclarativeplugin copy_to_build_dir_bin)