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.
This commit is contained in:
Viktor Szakats
2010-05-29 21:43:23 +00:00
parent 2139f93b0f
commit 5226f3f80c
2 changed files with 12 additions and 8 deletions

View File

@@ -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

View File

@@ -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)
-----------------