diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-07-31 09:12:17 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-31 09:12:17 -0700 |
| commit | 2b8d5bad0a1089783f34d3f8f9b85f18b7cbfb0d (patch) | |
| tree | 5a15f49af829d93c3b810c08937350207a52eac1 /ports/qwt | |
| parent | 2cb28482bb5f10332b3458502a3370f821b8f69c (diff) | |
| download | vcpkg-2b8d5bad0a1089783f34d3f8f9b85f18b7cbfb0d.tar.gz vcpkg-2b8d5bad0a1089783f34d3f8f9b85f18b7cbfb0d.zip | |
[qt5 components] Disable parallel build (#12529)
* [qt5-imageformats] Disable parallel build
* [ompl] Disable parallel configure
* [qt5-connectivity] Disable parallel build
* [qwt] Update hash
* [qt5-location] Disable parallel build
* Update ports/qwt/portfile.cmake
* Update ports/qwt/portfile.cmake
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* [qt5] change build method to vcpkg_execute_build_process
* Add condition when there are some file conflicts
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'ports/qwt')
| -rw-r--r-- | ports/qwt/CONTROL | 1 | ||||
| -rw-r--r-- | ports/qwt/portfile.cmake | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/qwt/CONTROL b/ports/qwt/CONTROL index 4a2407b34..8353f4670 100644 --- a/ports/qwt/CONTROL +++ b/ports/qwt/CONTROL @@ -1,5 +1,6 @@ Source: qwt Version: 6.1.4 +Port-Version: 1 Homepage: https://sourceforge.net/projects/qwt Description: Qt widgets library for technical applications Build-Depends: qt5-base[core], qt5-svg, qt5-tools diff --git a/ports/qwt/portfile.cmake b/ports/qwt/portfile.cmake index bbf03abc1..795fe53b0 100644 --- a/ports/qwt/portfile.cmake +++ b/ports/qwt/portfile.cmake @@ -31,4 +31,4 @@ file(GLOB HEADER_FILES ${SOURCE_PATH}/src/*.h) file(INSTALL ${HEADER_FILES} DESTINATION ${CURRENT_PACKAGES_DIR}/include/${PORT}) # Handle copyright -file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
\ No newline at end of file +file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) |
