Skip to content

Commit

Permalink
revert winqtdeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
cen1 committed Oct 2, 2024
1 parent 1a6f971 commit 800fced
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions qztest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit 800fced

Please sign in to comment.