Qt4 build broken by change to qmake call

Amit Chaudhuri amit.k.chaudhuri at gmail.com
Tue May 14 00:03:06 PDT 2013


Hi.

The following diff appears to break the normal Qt4 build.

index 96508c6..f3281d3 100644 (file)


--- a/Configure.mk
+++ b/Configure.mk
@@ -5,7 +5,7 @@ all:
 PKGCONFIG=pkg-config
 XML2CONFIG=xml2-config
 XSLCONFIG=xslt-config
-QMAKE=qmake
+QMAKE=qmake-qt4
 MOC=moc
 UIC=uic

Error is as follows:

CC...

MOC qt-gui.cpp
make: /moc: Command not found
make: *** [qt-gui.moc] Error 127

Reverting to the old line fixes.

I believe this .mk change may also break rcc invocation.

A
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.hohndel.org/pipermail/subsurface/attachments/20130514/6d91a80d/attachment.html>


More information about the subsurface mailing list