Hi Viktor,

Nobody desire this, OK, I just proposed an another way to build them in the 
future.

Best regards,
István

-----Original Message-----
From: harbour-boun...@harbour-project.org 
[mailto:harbour-boun...@harbour-project.org] On Behalf Of Viktor Szakáts
Sent: 2009. november 26. 11:22
To: Harbour Project Main Developer List.
Subject: Re: [Harbour] SF.net SVN: harbour-project:[13024] trunk/harbour

Hi Istvan, Pritpal,

BTW, I've just checked, and webkit references (in .mk file) 
and sources are still on SVN, although they are not used 
anymore.

IMO, these should be deleted. Can someone of you do this?

Brgds,
Viktor

On 2009 Nov 26, at 10:34, Bisz István wrote:

> Hi Viktor,
> 
>>   + Added QtUiTools for darwin. (tested)
>>   + Added QtUiTools for linux. (not tested)
>>   ! Added QtUiTools lib for static QT hbqts.hbc.
> 
> I think we will not have problems with the QtUiTools integration on the 
> native linux builds. As we know, the problem with QtWebkit appears just 
> during the cross builds, making the hbqt lib build impossible. Now this is 
> solved with a drastic temporary solution by cutting out the references to 
> QtWebkit headers and functions from hbqt_slots.h and hbqt_slots.c. Probably 
> the final solution will contain new hbqtWebKit_slots.h and hbqtWebKit_slots.c 
> in qtwebkit subfolder.
> 
> My proposal is to help the designers in building new Qt interfaces with 
> correct interdependencies, avoiding a monolithic structure, with updating the 
> Qt make system.
> 
> Now we have the following sequence in the hbqt/detect.mk:
> ...
> ifneq ($(HB_HAS_QT),)
>   ifeq ($(_QT_DARWIN),yes)
>      HB_CFLAGS += -I/Library/Frameworks/QtCore.framework/Headers
>      HB_CFLAGS += -I/Library/Frameworks/QtGui.framework/Headers
>      HB_CFLAGS += -I/Library/Frameworks/QtNetwork.framework/Headers
>      HB_CFLAGS += -I/Library/Frameworks/QtWebKit.framework/Headers
>   else
>      HB_CFLAGS += $(foreach d,$(HB_HAS_QT),-I$(d) -I$(d)/Qt -I$(d)/QtCore 
> -I$(d)/QtGui -I$(d)/QtNetwork -I$(d)/QtWebKit)
>   endif
> ...
> 
> The above sequence offers undesired references. For example HB_CFLAGS should 
> not contain -I/Library/Frameworks/QtWebKit.framework/Headers or the linux 
> correspondent (etc.) in the hbqt, hbqtcore, hbqtgui and hbqtnetwork builds. 
> This include-path should be used just for the hbqtwebkit library build.
> 
> Please analyze the idea mentioned above, taking into consideration that a new 
> element will appear soon due to Pritpal developments.
> A flexible solution here will make the Qt interface more clear without 
> undesired interdependencies.
> 
> Best regards,
> István
> 
> 
> _______________________________________________
> Harbour mailing list (attachment size limit: 40KB)
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to