Changeset 7501 in orxonox.OLD for branches/qt_gui
- Timestamp:
- May 3, 2006, 11:09:18 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/qt_gui/configure.ac
r7489 r7501 145 145 fi 146 146 147 148 #-------------#149 # with-qt-dir #150 #-------------#151 WITH_QT=yes152 AC_MSG_CHECKING([if we want to use QT for the gui.])153 AC_ARG_WITH([modular-debug],154 AS_HELP_STRING([--without-qt], [does not use QT for the display of the GUI]),155 WITH_QT=$enableval)156 if test x$WITH_QT = xno; then157 echo "no"158 elif test x$WITH_QT = xyes; then159 echo "yes"160 BNV_HAVE_QT161 if test x$have_qt = xno ; then162 WITH_QT=no163 fi164 fi165 AM_CONDITIONAL([WITH_QT], [test x$WITH_QT = xyes])166 167 147 #--------------# 168 148 # GTK-disabled # … … 173 153 AS_HELP_STRING(--with-gtk, uses GTK for the GUI), [def_gtk=yes], [def_gtk=no]) 174 154 if test x$def_gtk = xyes; then 175 echo "yes "155 echo "yes - will be overwritten if Qt is enabled" 176 156 fi 177 157 if test x$def_gtk = xno; then … … 254 234 CPPFLAGS="${CPPFLAGS} -I${PREFIX}/include" 255 235 LDFLAGS="${LDFLAGS} -L$PREFIX/${ARCH}/lib -Wl,-rpath -Wl,${PREFIX}/${ARCH}/lib" 236 237 ## QT 238 QT_PREFIX=/usr/pack/qt-4.1.1-mo 239 QTDIR="${QT_PREFIX}/${ARCH}" 240 LDFLAGS="${LDFLAGS} -Wl,-rpath -Wl,${QT_PREFIX}/${ARCH}/lib" 241 242 256 243 ## GTK 257 244 GTKPREFIX=/usr/pack/gtk-2.8.3-mo … … 264 251 echo "no" 265 252 fi 253 254 255 BNV_HAVE_QT(QTDIR) 256 if test x$have_qt = xno ; then 257 WITH_QT=no 258 fi 259 260 266 261 267 262 #######################
Note: See TracChangeset
for help on using the changeset viewer.