summarylogtreecommitdiffstats
path: root/0001-Qt4.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-Qt4.patch')
-rw-r--r--0001-Qt4.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/0001-Qt4.patch b/0001-Qt4.patch
new file mode 100644
index 000000000000..4657cae5f822
--- /dev/null
+++ b/0001-Qt4.patch
@@ -0,0 +1,25 @@
+From 446342dcb2ed8e8eebfad2b8d4863ea1cbfd0d5a Mon Sep 17 00:00:00 2001
+From: Red54
+Date: Fri, 6 Jun 2014 02:20:00 +0200
+Subject: [PATCH] Qt4
+
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index 03efcec..e79d33d 100644
+--- a/Makefile
++++ b/Makefile
+@@ -22,7 +22,7 @@
+ # along with this program. If not, see <http://www.gnu.org/licenses/>.
+ #
+
+-QMAKE := $(shell if [ -f /usr/bin/qmake ]; then echo "qmake"; else echo "qmake-qt4"; fi)
++QMAKE := $(shell if [ -f /usr/bin/qmake-qt4 ]; then echo "qmake-qt4"; else echo "qmake"; fi)
+
+ # default configuration is release
+ DEFAULTCONF=Release
+--
+2.0.0
+