From 800fcedfba8b4a21ef3a53082a9ac98af197ccb1 Mon Sep 17 00:00:00 2001 From: cen1 Date: Wed, 2 Oct 2024 10:00:38 +0200 Subject: [PATCH] revert winqtdeploy --- qztest/CMakeLists.txt | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/qztest/CMakeLists.txt b/qztest/CMakeLists.txt index 2955987..0ad2fd6 100644 --- a/qztest/CMakeLists.txt +++ b/qztest/CMakeLists.txt @@ -41,11 +41,5 @@ if (WIN32 AND BUILD_SHARED_LIBS) message(STATUS "Setting up windeployqt") set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/cmake") include(windeployqt) - if (CMAKE_BUILD_TYPE STREQUAL "Debug") - message(STATUS "Deploying with debug libraries") - windeployqt(qztest --debug) - else() - message(STATUS "Deploying with release libraries") - windeployqt(qztest) - endif() + windeployqt(qztest) endif() \ No newline at end of file