From aca8c1cd41f1f9d296e3ea46f3627ad5fe7dcf01 Mon Sep 17 00:00:00 2001 From: floralrainfall Date: Mon, 10 Jul 2023 14:40:17 -0400 Subject: [PATCH] windeployqt --- Projects/Client/Common/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Projects/Client/Common/CMakeLists.txt b/Projects/Client/Common/CMakeLists.txt index df06748..00de331 100644 --- a/Projects/Client/Common/CMakeLists.txt +++ b/Projects/Client/Common/CMakeLists.txt @@ -12,5 +12,11 @@ qt_add_library(Common STATIC Source/OgreWidget.cpp ) +add_custom_command(TARGET Common POST_BUILD + COMMAND ${TOOL_WINDEPLOYQT} + $ + COMMENT "Running windeployqt..." +) + target_include_directories(Common PUBLIC Header) target_link_libraries(Common PUBLIC ${QT6_LIBRARIES_INCL} Engine) \ No newline at end of file