early-access version 2853
This commit is contained in:
5
externals/vcpkg/ports/qt5-macextras/portfile.cmake
vendored
Executable file
5
externals/vcpkg/ports/qt5-macextras/portfile.cmake
vendored
Executable file
@@ -0,0 +1,5 @@
|
||||
include(${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake)
|
||||
if (NOT VCPKG_CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND NOT QT_UPDATE_VERSION)
|
||||
message(FATAL_ERROR "qt5-macextras only support OSX.")
|
||||
endif()
|
||||
qt_submodule_installation()
|
||||
13
externals/vcpkg/ports/qt5-macextras/vcpkg.json
vendored
Executable file
13
externals/vcpkg/ports/qt5-macextras/vcpkg.json
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "qt5-macextras",
|
||||
"version": "5.15.4",
|
||||
"description": "Qt5 Mac Extras Module. Provides platform-specific APIs for mac.",
|
||||
"license": null,
|
||||
"supports": "osx",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "qt5-base",
|
||||
"default-features": false
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user