QTDIR is precious

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10169 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2005-07-12 11:01:45 +00:00
parent 15d00ff3ed
commit 5bacc054f5
4 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-07-12 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* INSTALL: small tweak.
2005-06-01 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* configure.ac: if the xforms frontend is added just to help gtk,

View File

@ -13,7 +13,8 @@ These four steps will compile, test and install LyX:
configures LyX to your system. By default, LyX configures
the xforms frontend, use --with-frontend=qt to build a Qt
version. You may have to set
--with-qt-dir=<path-to-your-qt-installation> to succeed.
--with-qt-dir=<path-to-your-qt-installation>
if the environment variable QTDIR is not set.
2) make
compiles the program.

View File

@ -1,3 +1,7 @@
2005-07-12 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* qt.m4 (QT_DO_IT_ALL): mark the QTDIR variable as precious.
2005-05-04 Angus Leeming <leeming@lyx.org>
* common.am (*.o *.lo *.obj): make the TARGETS depend on $(PCH_FILE),

View File

@ -159,6 +159,9 @@ EOF
dnl start here
AC_DEFUN([QT_DO_IT_ALL],
[
dnl this variable is precious
AC_ARG_VAR(QTDIR, [the place where the Qt files are, e.g. /usr/lib/qt])
dnl Please leave this alone. I use this file in
dnl oprofile.
FATAL=0