now that this was converted to use qt-mt, also use qmake-mt instead of
qmake, which would not be installed (in some cases it's installed but by coincidence and relying on that is wrong)
This commit is contained in:
parent
3e0f336e88
commit
ce247b03da
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-configure,v 1.3 2002/12/16 14:55:37 wilfried Exp $
|
||||
$OpenBSD: patch-configure,v 1.4 2003/03/02 19:05:45 pvalchev Exp $
|
||||
--- configure.orig Fri Dec 6 00:06:56 2002
|
||||
+++ configure Mon Dec 16 15:39:00 2002
|
||||
@@ -2480,7 +2480,7 @@ fi
|
||||
@ -24,7 +24,7 @@ $OpenBSD: patch-configure,v 1.3 2002/12/16 14:55:37 wilfried Exp $
|
||||
QMAKESPEC=$QTDIR/mkspecs/$host_os
|
||||
echo "Creating Makefile with qmake"
|
||||
-QMAKESPEC=$QMAKESPEC QTDIR=$QTDIR $QTDIR/bin/qmake mysqlcc.pro
|
||||
+QMAKESPEC=$FILESDIR QTDIR=$QTDIR $QTDIR/bin/qmake mysqlcc.pro
|
||||
+QMAKESPEC=$FILESDIR QTDIR=$QTDIR $QTDIR/bin/qmake-mt mysqlcc.pro
|
||||
if test ! $? = 0 ; then
|
||||
echo "qmake failed, aborting"
|
||||
exit 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user