summarylogtreecommitdiffstats
path: root/0001-Make-windeployqt-an-optional-feature.patch
diff options
context:
space:
mode:
authorMartchus2020-11-26 13:21:54 +0100
committerMartchus2020-11-26 13:21:54 +0100
commitf441107097d38439d6ae031a717146285b348957 (patch)
treedbf5f7f2d63bbaea6b3f7e7e6c17784bb875ab17 /0001-Make-windeployqt-an-optional-feature.patch
parentae2ec95364eeb396f36fbde63b003f2516baf13e (diff)
downloadaur-f441107097d38439d6ae031a717146285b348957.tar.gz
Update to rc
Diffstat (limited to '0001-Make-windeployqt-an-optional-feature.patch')
-rw-r--r--0001-Make-windeployqt-an-optional-feature.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/0001-Make-windeployqt-an-optional-feature.patch b/0001-Make-windeployqt-an-optional-feature.patch
new file mode 100644
index 000000000000..34b85d1c4c07
--- /dev/null
+++ b/0001-Make-windeployqt-an-optional-feature.patch
@@ -0,0 +1,26 @@
+From adbcd437ab61010cec31a3e52a1fd0b7e772173f Mon Sep 17 00:00:00 2001
+From: Martchus <martchus@gmx.net>
+Date: Thu, 26 Nov 2020 01:53:27 +0100
+Subject: [PATCH] Make windeployqt an optional feature
+
+Change-Id: I3c797df913c07ed80929b41d367b1ebb41d8400f
+---
+ src/CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 770f1cab..d5d34064 100644
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -51,7 +51,7 @@ endif()
+ if(TARGET Qt::DBus)
+ add_subdirectory(qdbus)
+ endif()
+-if(WIN32)
++if(QT_FEATURE_windeployqt)
+ add_subdirectory(windeployqt)
+ endif()
+ if(QT_FEATURE_commandlineparser AND TARGET Qt::Gui AND NOT ANDROID AND NOT QNX AND NOT UIKIT AND NOT WASM)
+--
+2.29.2
+