mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 11:07:10 +01:00
remove commented sections
This commit is contained in:
parent
c6a82f27f1
commit
e373beac70
@ -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
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user