From 5226f3f80cb3f1aa1a4b72316d11f18aec6b37a8 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 29 May 2010 21:43:23 +0000 Subject: [PATCH] 2010-05-29 23:42 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * INSTALL + HB_QT_STATIC not Windows specific anymore. + Documented HB_QT_MOC_BIN envvar. --- harbour/ChangeLog | 5 +++++ harbour/INSTALL | 15 +++++++-------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 065626d55a..71c649f462 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,11 @@ past entries belonging to author(s): Viktor Szakats. */ +2010-05-29 23:42 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * INSTALL + + HB_QT_STATIC not Windows specific anymore. + + Documented HB_QT_MOC_BIN envvar. + 2010-05-29 23:30 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/Makefile * contrib/hbqt/qtgui/Makefile diff --git a/harbour/INSTALL b/harbour/INSTALL index cd350900f5..7115b922e0 100644 --- a/harbour/INSTALL +++ b/harbour/INSTALL @@ -333,20 +333,19 @@ HARBOUR locally hosted copy of these packages, where applicable. 'nolocal' will explicitly disable using locally hosted copies. + Some contribs support build mode in which they can be linkek _statically_ + with 3rd party components: + HB_QT_STATIC=yes + + You can override automatic detection of QT 'moc' tool, f.e.: + HB_QT_MOC_BIN=/opt/qt46/bin/moc + NOTES: - You need to use native path format to your shell/OS. - Spaces in directory names aren't currently supported. (You can use 8.3 name alias on Windows platform, though) - Don't put directory names inside double quotes. - Use absolute paths. - Windows/Windows CE - ------------------ - - Some contribs support build mode in which they can be linked - *statically* with 3rd party components: - - HB_QT_STATIC=yes - Darwin (Mac OS X) -----------------