Hi Pritpal,

>    ! Further cleanup of QWebKit elimination.

Thank you, now I am able to native-build and Windows cross-build harbour 
without any warning or error messages.
For the cross build, as QtWebKit and QWindowsXPStyle is not supported by the 
migw32-Qt port, it was necessary to make some changes in the make system listed 
below:

1. in contrib/hbqt/Makefile:
from:
DIRS += \
      qtcore \
      qtgui \
      qtnetwork \
      qtwebkit    
to:
DIRS += \
      qtcore \
      qtgui \
      qtnetwork

2. in contrib/hbqt/qtgui/filelist.mk
from:
...
   QWindowsStyle.cpp \
   QWindowsXPStyle.cpp \
   QWizard.cpp \
   QWizardPage.cpp \
...
   TQWindowsStyle.prg \
   TQWindowsXPStyle.prg \
   TQWizard.prg \
   TQWizardPage.prg \
...
to:
...
   QWindowsStyle.cpp \
   QWizard.cpp \
   QWizardPage.cpp \
...
   TQWindowsStyle.prg \
   TQWizard.prg \
   TQWizardPage.prg \
...

The QWindowsXPStyle should be eliminated from the platform independent part, or 
we need here a logic to granulate qtgui.

Best regards,
István


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

Reply via email to