From e373beac70dcad693acc7f08c5be829888675eb6 Mon Sep 17 00:00:00 2001 From: Barath Kannan Date: Tue, 5 Dec 2017 08:15:49 +1100 Subject: remove commented sections --- ports/qt53d/CONTROL | 2 +- ports/qt5modularscripts/qt_modular_library.cmake | 15 --------------- 2 files changed, 1 insertion(+), 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 -- cgit v1.2.3