aboutsummaryrefslogtreecommitdiff
path: root/ports/qt5-tools
diff options
context:
space:
mode:
authoralexsmn <alexsmn@gmail.com>2019-03-06 14:58:41 -0700
committerPhil Christensen <philc@microsoft.com>2019-03-06 13:58:41 -0800
commit7e97b94e67525d152bcc153ca0f52fc8c87c9f9b (patch)
treef97f4eec2771fbce5fd89c663f85bb45a9a575d7 /ports/qt5-tools
parent40c1a2305cd94c4b00e8104586ac52b49ba17956 (diff)
downloadvcpkg-7e97b94e67525d152bcc153ca0f52fc8c87c9f9b.tar.gz
vcpkg-7e97b94e67525d152bcc153ca0f52fc8c87c9f9b.zip
[Qt5] remove empty dirs (#5025)
* Add qt5-activeqt library. * qt5: Fix build failure due to empty output directories. * [qt5-base] whitespace change to force clean test build in CI system
Diffstat (limited to 'ports/qt5-tools')
-rw-r--r--ports/qt5-tools/portfile.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/qt5-tools/portfile.cmake b/ports/qt5-tools/portfile.cmake
index 1cc0a7f9b..e430e4e95 100644
--- a/ports/qt5-tools/portfile.cmake
+++ b/ports/qt5-tools/portfile.cmake
@@ -4,4 +4,4 @@ include(${CURRENT_INSTALLED_DIR}/share/qt5modularscripts/qt_modular_library.cmak
qt_modular_library(qttools e3ae1974f0b20bad1b86d038c3585753183b8c24c133393e3ecf65a0487402ad8dcf8147bf263e9a4c2d3abef1b706981943fcf5268726e424f1b61f69ce4f2e)
-#file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/tools/qt5-tools/platforminputcontexts)
+file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/tools/qt5-tools/plugins/platforminputcontexts) \ No newline at end of file