[PATCH] Don't use "qmake-qt4" as qmake

subsurface at henrik.synth.no subsurface at henrik.synth.no
Tue May 14 00:05:38 PDT 2013


From: Henrik Brautaset Aronsen <subsurface at henrik.synth.no>

Tomaz' commit 009e6a6fa7055ed0ef14e4b4d9407999d86ef158 introduced
qmake-qt4 instead of qmake.  Oops.

Signed-off-by: Henrik Brautaset Aronsen <subsurface at henrik.synth.no>
---
 Configure.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Configure.mk b/Configure.mk
index f3281d3..96508c6 100644
--- a/Configure.mk
+++ b/Configure.mk
@@ -5,7 +5,7 @@ all:
 PKGCONFIG=pkg-config
 XML2CONFIG=xml2-config
 XSLCONFIG=xslt-config
-QMAKE=qmake-qt4
+QMAKE=qmake
 MOC=moc
 UIC=uic
 
-- 
1.8.2.2



More information about the subsurface mailing list