mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-22 18:47:09 +01:00
Add qt5-activeqt library. (#3347)
This commit is contained in:
parent
8770a014ec
commit
5a67a5fa29
4
ports/qt5-activeqt/CONTROL
Normal file
4
ports/qt5-activeqt/CONTROL
Normal file
@ -0,0 +1,4 @@
|
||||
Source: qt5-activeqt
|
||||
Version: 5.9.2-0
|
||||
Description: Qt5 ActiveQt Module - ActiveX components
|
||||
Build-Depends: qt5-modularscripts, qt5-base
|
7
ports/qt5-activeqt/portfile.cmake
Normal file
7
ports/qt5-activeqt/portfile.cmake
Normal file
@ -0,0 +1,7 @@
|
||||
include(vcpkg_common_functions)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/qt5modularscripts/qt_modular_library.cmake)
|
||||
|
||||
qt_modular_library(qtactiveqt c013e5cba0b11af88161d3cad21923c4b3bf04b0905e5b0c527c1984806d0eb39f31322ff464b139f5d36b5c9f4afefe70492fc1e1f0e964e6e0eaa3f6edaaf9)
|
||||
|
||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/tools/qt5-activeqt/platforminputcontexts)
|
@ -1,3 +1,3 @@
|
||||
Source: qt5-modularscripts
|
||||
Version: 3
|
||||
Version: 4
|
||||
Description: Vcpkg helpers to package qt5 modules
|
||||
|
@ -132,6 +132,8 @@ function(qt_modular_library NAME HASH)
|
||||
set(LICENSE_PATH "${SOURCE_PATH}/LICENSE.GPLv3")
|
||||
elseif(EXISTS "${SOURCE_PATH}/LICENSE.GPL3")
|
||||
set(LICENSE_PATH "${SOURCE_PATH}/LICENSE.GPL3")
|
||||
elseif(EXISTS "${SOURCE_PATH}/LICENSE.GPL3-EXCEPT")
|
||||
set(LICENSE_PATH "${SOURCE_PATH}/LICENSE.GPL3-EXCEPT")
|
||||
endif()
|
||||
file(INSTALL ${LICENSE_PATH} DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user