early-access version 2853
This commit is contained in:
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
|
Reference in New Issue
Block a user