From 768acf196685e6662b50fa87396d496d374ace61 Mon Sep 17 00:00:00 2001 From: Barath Kannan Date: Sun, 3 Dec 2017 10:30:13 +1100 Subject: re-add debug tools: --- ports/qt5base/portfile.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/qt5base/portfile.cmake b/ports/qt5base/portfile.cmake index 5cb7c6b82..c5ec1ea9d 100644 --- a/ports/qt5base/portfile.cmake +++ b/ports/qt5base/portfile.cmake @@ -77,6 +77,7 @@ file(GLOB BINARY_TOOLS "${CURRENT_PACKAGES_DIR}/bin/*.exe") file(INSTALL ${BINARY_TOOLS} DESTINATION ${CURRENT_PACKAGES_DIR}/tools/qt5) file(REMOVE ${BINARY_TOOLS}) file(GLOB BINARY_TOOLS "${CURRENT_PACKAGES_DIR}/debug/bin/*.exe") +file(INSTALL ${BINARY_TOOLS} DESTINATION ${CURRENT_PACKAGES_DIR}/debug/tools/qt5) file(REMOVE ${BINARY_TOOLS}) file(COPY ${CMAKE_CURRENT_LIST_DIR}/qt_debug.conf ${CMAKE_CURRENT_LIST_DIR}/qt_release.conf DESTINATION ${CURRENT_PACKAGES_DIR}/tools/qt5) -- cgit v1.2.3