aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarath Kannan <barathsotd@gmail.com>2017-12-03 10:30:13 +1100
committerBarath Kannan <barathsotd@gmail.com>2017-12-03 10:30:13 +1100
commit768acf196685e6662b50fa87396d496d374ace61 (patch)
tree6fccba37078292c1b971ca01014b8fce66172311
parentd162b81ad9ecd694b5551ae44b71e5cc79ff7b13 (diff)
downloadvcpkg-768acf196685e6662b50fa87396d496d374ace61.tar.gz
vcpkg-768acf196685e6662b50fa87396d496d374ace61.zip
re-add debug tools:
-rw-r--r--ports/qt5base/portfile.cmake1
1 files changed, 1 insertions, 0 deletions
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)