* contrib/hbqt/qtopengl/hbqtopengl.hbc
* contrib/hbqt/qtscript/hbqtscript.hbc
* contrib/hbqt/qtsvg/hbqtsvg.hbc
* contrib/hbqt/qtxml/hbqtxml.hbc
- Removed: not required dependancies.
21 lines
651 B
Plaintext
21 lines
651 B
Plaintext
#
|
|
# $Id$
|
|
#
|
|
|
|
# ---------------------------------------------------------------
|
|
# Copyright 2010 Viktor Szakats (harbour syenar.net)
|
|
# See COPYING for licensing terms.
|
|
# ---------------------------------------------------------------
|
|
|
|
incpaths=.
|
|
|
|
libs=../qtcore/hbqtcore.hbc
|
|
|
|
{!HB_STATIC_QT}libs=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF}
|
|
{!HB_STATIC_QT&(allwin|os2)}libs=QtScript4
|
|
{!HB_STATIC_QT&(linux|beos|symbian)}libs=QtScript
|
|
{!HB_STATIC_QT&darwin}frameworks=QtScript
|
|
{HB_STATIC_QT&allwin}libs=${_HB_DYNPREF}${hb_name}s${_HB_DYNSUFF}
|
|
{HB_STATIC_QT&linux|beos}libs=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF}
|
|
{HB_STATIC_QT&(allwin|linux|beos)}libs=QtScript
|