summarylogtreecommitdiffstats
path: root/01_qt5_fixes.patch
diff options
context:
space:
mode:
Diffstat (limited to '01_qt5_fixes.patch')
-rw-r--r--01_qt5_fixes.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/01_qt5_fixes.patch b/01_qt5_fixes.patch
new file mode 100644
index 000000000000..f17c57f7b007
--- /dev/null
+++ b/01_qt5_fixes.patch
@@ -0,0 +1,26 @@
+Subject: Comment out win only qt5 modules
+Description: QT5 modules for windows causing compile errors in linux
+Author: Richard Leckinger <richard.leckinger@riseup.net>
+
+--- a/gridcoinresearch.pro
++++ b/gridcoinresearch.pro
+@@ -7,9 +7,9 @@ CONFIG += no_include_pwd
+ CONFIG += thread
+ #QT += sql (Future Use)
+ QT += core gui network
+-QT += qaxcontainer
++#QT += qaxcontainer
+ #QT += axcontainer
+-QT += axserver
++#QT += axserver
+ QT += widgets
+
+
+@@ -18,7 +18,7 @@ greaterThan(QT_MAJOR_VERSION, 4) {
+ DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
+ }
+
+-CONFIG += qaxcontainer
++#CONFIG += qaxcontainer
+ CONFIG += exceptions
+