mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
15d00ff3ed
commit
5bacc054f5
@ -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,
|
||||
|
3
INSTALL
3
INSTALL
@ -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.
|
||||
|
@ -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),
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user