aboutsummaryrefslogtreecommitdiff
path: root/ports/qt5-webengine/common.pri.latest.patch
diff options
context:
space:
mode:
authorAlexander Neumann <30894796+Neumann-A@users.noreply.github.com>2020-05-08 20:44:12 +0200
committerGitHub <noreply@github.com>2020-05-08 11:44:12 -0700
commit62d5125c5d11053af60bbb1e461c50be3b080c9f (patch)
tree98f9246dd6cc3d92b09780f51d687a2c9a852781 /ports/qt5-webengine/common.pri.latest.patch
parent48400215c06fdacab1f2706b7be31f43a8636483 (diff)
downloadvcpkg-62d5125c5d11053af60bbb1e461c50be3b080c9f.tar.gz
vcpkg-62d5125c5d11053af60bbb1e461c50be3b080c9f.zip
[qt5-webengine] Add dep atlmfc to CONTROL. Fix patches for latest. Add some options on linux (#11120)
* [qt5-webengine] Fix dependencies and patch for latest * fix latest build and add options to linux build
Diffstat (limited to 'ports/qt5-webengine/common.pri.latest.patch')
-rw-r--r--ports/qt5-webengine/common.pri.latest.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/ports/qt5-webengine/common.pri.latest.patch b/ports/qt5-webengine/common.pri.latest.patch
new file mode 100644
index 000000000..ad58ab9e1
--- /dev/null
+++ b/ports/qt5-webengine/common.pri.latest.patch
@@ -0,0 +1,12 @@
+diff --git a/src/buildtools/config/common.pri b/src/buildtools/config/common.pri
+#latest diff --git a/src/buildtools/config/common.pri b/src/buildtools/config/common.pri
+index 97d39535c..dc09da43a 100644
+--- a/src/buildtools/config/common.pri
++++ b/src/buildtools/config/common.pri
+@@ -57,5 +57,5 @@
+ precompile_header {
+- gn_args += enable_precompiled_headers=true
++ gn_args += enable_precompiled_headers=false
+ } else {
+ gn_args += enable_precompiled_headers=false
+ }