remove commented sections

This commit is contained in:
Barath Kannan 2017-12-05 08:15:49 +11:00
parent c6a82f27f1
commit e373beac70
2 changed files with 1 additions and 16 deletions

View File

@ -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
Build-Depends: qt5modularscripts, qt5base, qt5declarative

View File

@ -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