diff --git a/src/modules/qimage/configure b/src/modules/qimage/configure
index 0e9b906..0466423 100755
a
|
b
|
else |
85 | 85 | if [ -d "$qimage_libdir" -a -d "$qimage_includedir" ] |
86 | 86 | then |
87 | 87 | # test if we have a Qt3 or Qt4 |
88 | | if [ -f "$qimage_libdir/libQtCore.so" ] || [ -d "$qimage_libdir/QtGui.framework" ] || [ -f "$qimage_libdir/libQtCore4.a" ] && [ "$force_qt3" = "" ] |
| 88 | if [ -f "$qimage_libdir/libQtCore.dylib" ] || [ -d "$qimage_libdir/QtGui.framework" ] || [ -f "$qimage_libdir/libQtCore4.a" ] && [ "$force_qt3" = "" ] |
89 | 89 | then |
90 | 90 | echo "Qt version 4.x detected, will compile Qt4 qimage producer" |
91 | 91 | qt4_found=true |