compile the Qt frontend without STL compatibility stuff

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10303 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2005-07-17 23:40:08 +00:00
parent d6a33844c3
commit 8f00970bf4
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2005-07-18 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* qt.m4 (QT_DO_IT_ALL): define QT_NO_STL.
2005-07-18 Lars Gullik Bjønnes <larsbj@lyx.org>
* lyxinclude.m4 (enable-optimization): make releases and

View File

@ -237,9 +237,9 @@ AC_DEFUN([QT_DO_IT_ALL],
AC_SUBST(QT_LDFLAGS)
dnl Preprocessor flags
QT_CPPFLAGS="-DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR -DQT_NO_STL"
case ${host} in
*mingw*) QT_CPPFLAGS="-DQT_DLL -DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR";;
*) QT_CPPFLAGS="-DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR";;
*mingw*) QT_CPPFLAGS="-DQT_DLL $QT_CPPFLAGS";;
esac
AC_SUBST(QT_CPPFLAGS)