aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBagong <rs@bagong.de>2017-07-07 02:43:57 +0200
committerBagong <rs@bagong.de>2017-07-07 02:43:57 +0200
commit2a567f53123f0271651cb13ed933231459d3d169 (patch)
tree725c2ebf885c8763e3b772eef3019732cc79f299
parent7367278356eec0d528e767b427b9f08322350888 (diff)
downloadvcpkg-2a567f53123f0271651cb13ed933231459d3d169.tar.gz
vcpkg-2a567f53123f0271651cb13ed933231459d3d169.zip
Undo rename of dll and follow standard for pdb
-rw-r--r--ports/qscintilla/portfile.cmake9
1 files changed, 2 insertions, 7 deletions
diff --git a/ports/qscintilla/portfile.cmake b/ports/qscintilla/portfile.cmake
index ca8204398..a03ecb7db 100644
--- a/ports/qscintilla/portfile.cmake
+++ b/ports/qscintilla/portfile.cmake
@@ -67,20 +67,15 @@ if(VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)
file(INSTALL
${BUILD_DIR}/release/qscintilla2_qt5.dll
DESTINATION ${CURRENT_PACKAGES_DIR}/bin
- RENAME qscintilla2.dll
)
file(INSTALL
${BUILD_DIR}/debug/qscintilla2_qt5.dll
DESTINATION ${CURRENT_PACKAGES_DIR}/debug/bin
- RENAME qscintilla2.dll
)
- file(INSTALL
- ${BUILD_DIR}/debug/qscintilla2_qt5.pdb
- DESTINATION ${CURRENT_PACKAGES_DIR}/debug/bin
- RENAME qscintilla2.pdb
- )
+vcpkg_copy_pdbs()
+
endif()
# Handle copyright