aboutsummaryrefslogtreecommitdiff
path: root/cad/klayout/files/patch-build.sh
blob: 2365cad9e66cd27b43aec217a7c4db537cd90cf2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- build.sh.orig	Sat Apr 28 23:13:29 2007
+++ build.sh	Sat Apr 28 23:13:40 2007
@@ -61,12 +61,12 @@
   exit 1
 fi
 
-if [ ! -r $QTDIR/bin/moc ]; then
+if [ ! -r $QTDIR/bin/moc-qt4 ]; then
   echo "*** ERROR: unable to locate Qt MOC in $QTDIR/bin"
   exit 1
 fi
 
-if [ ! -r $QTDIR/bin/uic ]; then
+if [ ! -r $QTDIR/bin/uic-qt4 ]; then
   echo "*** ERROR: unable to locate Qt UIC in $QTDIR/bin"
   exit 1
 fi