early-access version 2853
This commit is contained in:
12
externals/vcpkg/ports/qt5-winextras/patches/require_quick.patch
vendored
Executable file
12
externals/vcpkg/ports/qt5-winextras/patches/require_quick.patch
vendored
Executable file
@@ -0,0 +1,12 @@
|
||||
diff --git a/src/src.pro b/src/src.pro
|
||||
index fceeb21..8a242d0 100644
|
||||
--- a/src/src.pro
|
||||
+++ b/src/src.pro
|
||||
@@ -2,6 +2,7 @@ win32 {
|
||||
TEMPLATE = subdirs
|
||||
CONFIG += ordered
|
||||
SUBDIRS += winextras
|
||||
+ SUBDIRS += imports
|
||||
} else {
|
||||
# fake project for creating the documentation
|
||||
TEMPLATE = aux
|
||||
12
externals/vcpkg/ports/qt5-winextras/patches/unrequire_quick.patch
vendored
Executable file
12
externals/vcpkg/ports/qt5-winextras/patches/unrequire_quick.patch
vendored
Executable file
@@ -0,0 +1,12 @@
|
||||
diff --git a/src/src.pro b/src/src.pro
|
||||
index fceeb21..7e4835b 100644
|
||||
--- a/src/src.pro
|
||||
+++ b/src/src.pro
|
||||
@@ -2,7 +2,6 @@ win32 {
|
||||
TEMPLATE = subdirs
|
||||
CONFIG += ordered
|
||||
SUBDIRS += winextras
|
||||
- qtHaveModule(quick): SUBDIRS += imports
|
||||
} else {
|
||||
# fake project for creating the documentation
|
||||
TEMPLATE = aux
|
||||
12
externals/vcpkg/ports/qt5-winextras/portfile.cmake
vendored
Executable file
12
externals/vcpkg/ports/qt5-winextras/portfile.cmake
vendored
Executable file
@@ -0,0 +1,12 @@
|
||||
include("${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake")
|
||||
|
||||
vcpkg_list(SET _patches
|
||||
"patches/unrequire_quick.patch"
|
||||
)
|
||||
if("declarative" IN_LIST FEATURES)
|
||||
list(APPEND _patches
|
||||
"patches/require_quick.patch"
|
||||
)
|
||||
endif()
|
||||
|
||||
qt_submodule_installation(PATCHES ${_patches})
|
||||
22
externals/vcpkg/ports/qt5-winextras/vcpkg.json
vendored
Executable file
22
externals/vcpkg/ports/qt5-winextras/vcpkg.json
vendored
Executable file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "qt5-winextras",
|
||||
"version": "5.15.4",
|
||||
"description": "Qt5 Windows Extras Module. Provides platform-specific APIs for Windows.",
|
||||
"license": null,
|
||||
"supports": "windows",
|
||||
"dependencies": [
|
||||
"atlmfc",
|
||||
{
|
||||
"name": "qt5-base",
|
||||
"default-features": false
|
||||
}
|
||||
],
|
||||
"features": {
|
||||
"declarative": {
|
||||
"description": "Build Qt.Quick imports",
|
||||
"dependencies": [
|
||||
"qt5-declarative"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user