diff options
| author | alexsmn <alexsmn@gmail.com> | 2019-03-06 14:58:41 -0700 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-03-06 13:58:41 -0800 |
| commit | 7e97b94e67525d152bcc153ca0f52fc8c87c9f9b (patch) | |
| tree | f97f4eec2771fbce5fd89c663f85bb45a9a575d7 /ports/qt5-base | |
| parent | 40c1a2305cd94c4b00e8104586ac52b49ba17956 (diff) | |
| download | vcpkg-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-base')
| -rw-r--r-- | ports/qt5-base/portfile.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/qt5-base/portfile.cmake b/ports/qt5-base/portfile.cmake index e5b59aeb9..2d069c6f3 100644 --- a/ports/qt5-base/portfile.cmake +++ b/ports/qt5-base/portfile.cmake @@ -188,3 +188,4 @@ file(COPY ${CMAKE_CURRENT_LIST_DIR}/qtdeploy.ps1 DESTINATION ${CURRENT_PACKAGES_ file(COPY ${CMAKE_CURRENT_LIST_DIR}/qtdeploy.ps1 DESTINATION ${CURRENT_PACKAGES_DIR}/debug/plugins)
file(INSTALL ${SOURCE_PATH}/LICENSE.LGPLv3 DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
+#
\ No newline at end of file |
