diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2017-04-18 16:56:15 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-18 16:56:15 -0700 |
| commit | 2849141cd1ad247cb4c808053031ffadd8f22f3f (patch) | |
| tree | 2417f4352908e2dfbf471fbeb4ff4930fdb70cb9 | |
| parent | c2a9d018cac6930387da724ff5f81e887c787b04 (diff) | |
| parent | 8ec185f69fb891ac5e716e3897a2af676fd3b79b (diff) | |
| download | vcpkg-2849141cd1ad247cb4c808053031ffadd8f22f3f.tar.gz vcpkg-2849141cd1ad247cb4c808053031ffadd8f22f3f.zip | |
Merge pull request #946 from traversaro/patch-4
[qwt] Install headers in the qwt subdirectory
| -rw-r--r-- | ports/qwt/CONTROL | 2 | ||||
| -rw-r--r-- | ports/qwt/portfile.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/qwt/CONTROL b/ports/qwt/CONTROL index b457bdead..7564c1c7b 100644 --- a/ports/qwt/CONTROL +++ b/ports/qwt/CONTROL @@ -1,4 +1,4 @@ Source: qwt -Version: 6.1.3 +Version: 6.1.3-1 Description: Qt widgets library for technical applications Build-Depends: qt5 diff --git a/ports/qwt/portfile.cmake b/ports/qwt/portfile.cmake index 94cb2af91..109c0bc7c 100644 --- a/ports/qwt/portfile.cmake +++ b/ports/qwt/portfile.cmake @@ -31,7 +31,7 @@ vcpkg_build_qmake() set(BUILD_DIR ${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}) file(GLOB HEADER_FILES ${SOURCE_PATH}/src/*.h) -file(INSTALL ${HEADER_FILES} DESTINATION ${CURRENT_PACKAGES_DIR}/include) +file(INSTALL ${HEADER_FILES} DESTINATION ${CURRENT_PACKAGES_DIR}/include/qwt) file(INSTALL ${BUILD_DIR}/lib/qwt.lib |
