2010-05-29 23:30 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbqt/Makefile
* contrib/hbqt/qtgui/Makefile
* contrib/hbqt/qtcore/Makefile
* contrib/hbqt/qtnetwork/Makefile
+ Enabled HB_QT_STATIC for all OSes.
* contrib/hbqt/hbqt.hbc
* contrib/hbqt/hbqts.hbc
- Deleted no more needed special Windows system libs.
* contrib/hbqt/hbqts.hbc
- Deleted webkit libs.
+ Enabled static libs for linux. (they are named the
same as on Windows)
* contrib/gtwvg/tests/demowvg.hbp
! Missing SVN header.
! Missing SVN props.
! Deleted local system specific absolute paths.
TOFIX: HBIDE should make the working (what is it BTW)
and destination folders relative to the location
of .hbp. BTW destination is redundant, since -o
already specifies that.
! Deleted -trace -info. These should be user decisions.
This commit is contained in:
@@ -17,6 +17,32 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2010-05-29 23:30 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbqt/Makefile
|
||||
* contrib/hbqt/qtgui/Makefile
|
||||
* contrib/hbqt/qtcore/Makefile
|
||||
* contrib/hbqt/qtnetwork/Makefile
|
||||
+ Enabled HB_QT_STATIC for all OSes.
|
||||
|
||||
* contrib/hbqt/hbqt.hbc
|
||||
* contrib/hbqt/hbqts.hbc
|
||||
- Deleted no more needed special Windows system libs.
|
||||
|
||||
* contrib/hbqt/hbqts.hbc
|
||||
- Deleted webkit libs.
|
||||
+ Enabled static libs for linux. (they are named the
|
||||
same as on Windows)
|
||||
|
||||
* contrib/gtwvg/tests/demowvg.hbp
|
||||
! Missing SVN header.
|
||||
! Missing SVN props.
|
||||
! Deleted local system specific absolute paths.
|
||||
TOFIX: HBIDE should make the working (what is it BTW)
|
||||
and destination folders relative to the location
|
||||
of .hbp. BTW destination is redundant, since -o
|
||||
already specifies that.
|
||||
! Deleted -trace -info. These should be user decisions.
|
||||
|
||||
2010-05-29 18:56 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
+ Shows version of detected packages.
|
||||
|
||||
@@ -1,8 +1,12 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
-3rd=hbide_version=1.0
|
||||
-3rd=hbide_type=Executable
|
||||
-3rd=hbide_title=Demo>WVG
|
||||
-3rd=hbide_location=C:\harbour\contrib\gtwvg\tests\
|
||||
-3rd=hbide_workingfolder=C:\harbour\contrib\gtwvg\tests
|
||||
-3rd=hbide_location=
|
||||
-3rd=hbide_workingfolder=
|
||||
-3rd=hbide_destinationfolder=
|
||||
-3rd=hbide_output=demowvg
|
||||
-3rd=hbide_launchparams=
|
||||
@@ -11,15 +15,13 @@
|
||||
-3rd=hbide_xhb=NO
|
||||
-3rd=hbide_xpp=NO
|
||||
-3rd=hbide_clp=NO
|
||||
|
||||
|
||||
-inc
|
||||
-trace
|
||||
-info
|
||||
-mt
|
||||
-w3
|
||||
-es2
|
||||
-gtwvg
|
||||
|
||||
|
||||
demowvg.prg
|
||||
wvgwvtclasses.prg
|
||||
wvgtbrowser.prg
|
||||
@@ -30,4 +32,3 @@ wvgcuigdialog.prg
|
||||
wvgxbp.prg
|
||||
wvgactivex.prg
|
||||
wvgqt.prg
|
||||
|
||||
|
||||
@@ -23,10 +23,8 @@ ifneq ($(HB_HAS_QT),)
|
||||
include $(TOP)$(ROOT)config/header.mk
|
||||
include $(TOP)$(ROOT)config/lib.mk
|
||||
|
||||
ifneq ($(filter $(HB_PLATFORM),win wce),)
|
||||
ifneq ($(HB_QT_STATIC),)
|
||||
DIRS += hbqts
|
||||
endif
|
||||
ifneq ($(HB_QT_STATIC),)
|
||||
DIRS += hbqts
|
||||
endif
|
||||
|
||||
DIRS += \
|
||||
|
||||
@@ -9,7 +9,6 @@ incpaths=.
|
||||
libs=hbqt
|
||||
libs=hbqtcore hbqtgui hbqtnetwork
|
||||
|
||||
{win}libs=version shlwapi
|
||||
{allwin}libs=QtCore4 QtGui4 QtNetwork4 QtUiTools
|
||||
{os2}libs=QtCore4 QtGui4 QtNet4 QtUiTools
|
||||
{linux}libs=QtCore QtGui QtNetwork QtUiTools
|
||||
|
||||
@@ -7,10 +7,9 @@ incpaths=.
|
||||
{allwin|os2}libpaths=${HB_WITH_QT}\..\lib
|
||||
|
||||
libs=hbqts
|
||||
libs=hbqtcores hbqtguis hbqtnetworks hbqtwebkits
|
||||
libs=hbqtcores hbqtguis hbqtnetworks
|
||||
|
||||
{win}libs=version shlwapi
|
||||
{allwin}libs=QtCore QtGui QtNetwork QtWebKit QtUiTools
|
||||
{allwin|linux}libs=QtCore QtGui QtNetwork QtUiTools
|
||||
{allgcc}libs=supc++
|
||||
|
||||
{win|os2}hbcppmm=yes
|
||||
|
||||
@@ -18,10 +18,8 @@ ifneq ($(HB_HAS_QT),)
|
||||
include $(TOP)$(ROOT)config/header.mk
|
||||
include $(TOP)$(ROOT)config/lib.mk
|
||||
|
||||
ifneq ($(filter $(HB_PLATFORM),win wce),)
|
||||
ifneq ($(HB_QT_STATIC),)
|
||||
DIRS += qtcores
|
||||
include $(TOP)$(ROOT)config/dir.mk
|
||||
endif
|
||||
ifneq ($(HB_QT_STATIC),)
|
||||
DIRS += qtcores
|
||||
include $(TOP)$(ROOT)config/dir.mk
|
||||
endif
|
||||
endif
|
||||
|
||||
@@ -20,10 +20,8 @@ ifneq ($(HB_HAS_QT),)
|
||||
include $(TOP)$(ROOT)config/header.mk
|
||||
include $(TOP)$(ROOT)config/lib.mk
|
||||
|
||||
ifneq ($(filter $(HB_PLATFORM),win wce),)
|
||||
ifneq ($(HB_QT_STATIC),)
|
||||
DIRS += qtguis
|
||||
include $(TOP)$(ROOT)config/dir.mk
|
||||
endif
|
||||
ifneq ($(HB_QT_STATIC),)
|
||||
DIRS += qtguis
|
||||
include $(TOP)$(ROOT)config/dir.mk
|
||||
endif
|
||||
endif
|
||||
|
||||
@@ -20,11 +20,9 @@ ifneq ($(HB_HAS_QT),)
|
||||
include $(TOP)$(ROOT)config/header.mk
|
||||
include $(TOP)$(ROOT)config/lib.mk
|
||||
|
||||
ifneq ($(filter $(HB_PLATFORM),win wce),)
|
||||
ifneq ($(HB_QT_STATIC),)
|
||||
DIRS += qtnetworks
|
||||
include $(TOP)$(ROOT)config/dir.mk
|
||||
endif
|
||||
ifneq ($(HB_QT_STATIC),)
|
||||
DIRS += qtnetworks
|
||||
include $(TOP)$(ROOT)config/dir.mk
|
||||
endif
|
||||
else
|
||||
HB_SKIP_REASON := $(_DET_RES_TEXT)
|
||||
|
||||
Reference in New Issue
Block a user