aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarath Kannan <barathsotd@gmail.com>2017-12-05 08:15:49 +1100
committerBarath Kannan <barathsotd@gmail.com>2017-12-05 08:15:49 +1100
commite373beac70dcad693acc7f08c5be829888675eb6 (patch)
tree08db0839ff9a62bbbeed94a29c449ce06c49d2cd
parentc6a82f27f197b1129eddb561eb14d26f67b4cd36 (diff)
downloadvcpkg-e373beac70dcad693acc7f08c5be829888675eb6.tar.gz
vcpkg-e373beac70dcad693acc7f08c5be829888675eb6.zip
remove commented sections
-rw-r--r--ports/qt53d/CONTROL2
-rw-r--r--ports/qt5modularscripts/qt_modular_library.cmake15
2 files changed, 1 insertions, 16 deletions
diff --git a/ports/qt53d/CONTROL b/ports/qt53d/CONTROL
index b75c6b7bf..d157525ee 100644
--- a/ports/qt53d/CONTROL
+++ b/ports/qt53d/CONTROL
@@ -1,4 +1,4 @@
Source: qt53d
Version: 5.9.2-0
Description: Qt5 3d Module - Functionality for near-realtime simulation systems with support for 2D and 3D rendering
-Build-Depends: qt5modularscripts, qt5base \ No newline at end of file
+Build-Depends: qt5modularscripts, qt5base, qt5declarative \ No newline at end of file
diff --git a/ports/qt5modularscripts/qt_modular_library.cmake b/ports/qt5modularscripts/qt_modular_library.cmake
index 518f226bb..7aff90f9b 100644
--- a/ports/qt5modularscripts/qt_modular_library.cmake
+++ b/ports/qt5modularscripts/qt_modular_library.cmake
@@ -144,26 +144,11 @@ function(qt_modular_library NAME HASH)
endif()
if(DEBUG_DLLS)
file(INSTALL ${DEBUG_DLLS} DESTINATION ${CURRENT_PACKAGES_DIR}/debug/bin)
- #file(REMOVE ${DEBUG_DLLS})
- #Check if there are any binaries left over; if not - delete the directory
- # file(GLOB DEBUG_BINS ${CURRENT_PACKAGES_DIR}/debug/tools/qt5/*)
- # if(NOT DEBUG_BINS)
- # file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/tools)
- # endif()
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/tools)
endif()
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/share/qt5/debug/include)
- # file(GLOB DEBUG_LIBS "${CURRENT_PACKAGES_DIR}/debug/lib/*.lib")
- # if(EXISTS ${CURRENT_PACKAGES_DIR}/bin)
- # make_directory(${CURRENT_PACKAGES_DIR}/debug/bin)
- # foreach(DEBUG_LIB ${DEBUG_LIBS})
- # get_filename_component(DEBUG_STEM "${DEBUG_LIB}" NAME_WE)
- # file(RENAME ${CURRENT_PACKAGES_DIR}/bin/${DEBUG_STEM}.dll ${CURRENT_PACKAGES_DIR}/debug/bin/${DEBUG_STEM}.dll)
- # endforeach()
- # endif()
-
vcpkg_copy_tool_dependencies(${CURRENT_PACKAGES_DIR}/tools/${PORT})
#Find the relevant license file and install it