Re: [Development] QtWebkit to vcxproj

2016-05-27 Thread Thiago Macieira
Em sexta-feira, 27 de maio de 2016, às 08:47:01 BRT, raven-worx Software 
escreveu:
> QtWebkit conversion also looks good so far. Only WTF, JavaScriptCore  
> and WebCore modules are missing.

In other words, most of WebKit.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] QtWebkit to vcxproj

2016-05-27 Thread Konstantin Tokarev


27.05.2016, 09:47, "raven-worx Software" :
> Oswald Buddenhagen  wrote:
>
>>  note that vcxproj support for the build of qt as a whole has been
>>  dropped a while ago, which is reflected by incomplete projects being
>>  generated. you may be able to use them successfully for debugging, but
>>  there is no way to use them for actually building qt reliably.
>
> i know. I had do to some fixing in the generated projects to make them
> compile. But those generated vcxproj files were essential to get
> started with.
>
> Now i have a Qt5 (almost all major modules) converted and compiling
> adn even running.
> QtWebkit conversion also looks good so far. Only WTF, JavaScriptCore
> and WebCore modules are missing.
>
> The webkit sources already come with vcxproj files of these 3 modules.
> Can i take those instead directly? Meaning are those just core modules
> of Webkit? Or do they need some special Qt configuration?

These vcxproj have absolutely nothing to do with QtWebKit.
They are meant for building AppleWin and WinCairo ports.



-- 
Regards,
Konstantin
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] QtWebkit to vcxproj

2016-05-27 Thread raven-worx Software


Oswald Buddenhagen  wrote:


note that vcxproj support for the build of qt as a whole has been
dropped a while ago, which is reflected by incomplete projects being
generated. you may be able to use them successfully for debugging, but
there is no way to use them for actually building qt reliably.


i know. I had do to some fixing in the generated projects to make them  
compile.  But those generated vcxproj files were essential to get  
started with.


Now i have a Qt5 (almost all major modules) converted and compiling  
adn even running.
QtWebkit conversion also looks good so far. Only WTF, JavaScriptCore  
and WebCore modules are missing.


The webkit sources already come with vcxproj files of these 3 modules.  
Can i take those instead directly? Meaning are those just core modules  
of Webkit? Or do they need some special Qt configuration?




___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] QtWebkit to vcxproj

2016-05-26 Thread Oswald Buddenhagen
On Wed, May 25, 2016 at 04:11:00PM +0200, raven-worx Software wrote:
> i am trying to create a vcxproj-Project of the QtWebKit module.
>
there is no hope whatsoever to get that working.

note that vcxproj support for the build of qt as a whole has been
dropped a while ago, which is reflected by incomplete projects being
generated. you may be able to use them successfully for debugging, but
there is no way to use them for actually building qt reliably.

___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] QtWebkit to vcxproj

2016-05-25 Thread Kai Koehne


> -Original Message-
> From: Development [mailto:development-bounces+kai.koehne=qt.io@qt-
> project.org] On Behalf Of raven-worx Software
> Sent: Wednesday, May 25, 2016 4:11 PM
> To: development@qt-project.org
> Subject: [Development] QtWebkit to vcxproj
> 
> Hi,
> 
> i am trying to create a vcxproj-Project of the QtWebKit module.

Which begs the question: Why?

I'm not claiming it's not possible. But building Qt itself within Visual Studio
Is not common, let alone Qt WebKit.

Kai

___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


[Development] QtWebkit to vcxproj

2016-05-25 Thread raven-worx Software

Hi,

i am trying to create a vcxproj-Project of the QtWebKit module.
For that i call "qmake -tp vc -r"
This results in error "Project ERROR: Strict subdir dependencies can  
only be used with subdirs template"

(https://bugreports.qt.io/browse/QTBUG-50099)

I can get rid of this error by commenting all lines which call  
addStrictSubdirOrderBetween() in the affected .pro files.


So far so good. I now have a solution which contains and successfully  
builds most QtWebKit projects.


The only projects i still have issues with are WTF, WebCore and  
JavaScriptCore.


WTF
--
Now when i call "qmake -tp vc WTF.pro" it returns without any output  
and it seems like it finished successfully. But no project is created  
and it silently fails.
Now when i call "qmake -tp vc WTF.pro -o WTF.vcxproj" instead i get  
several messages like:
"qtwebkit/Source/WTF/WTF.pri:16: 'use?' is not a recognized test  
function" messages


WebCore
-
calling "qmake -tp vc WebCore.pro -o WebCore.vcxproj" results in:

Info: creating cache file  
C:\Qt\Qt-5.x-git\qtwebkit\Source\WebCore\WebCore.vcxproj\.qmake.cache


Running configure tests...

Checking for fontconfig... QDir::mkpath: Empty or null file name
C:/Qt/Qt-5.x-git/qtbase/mkspecs/features/configure.prf:68: Cannot  
create directory .

Project ERROR: Aborting.



So my question is how can i create "Qt-ified" webkit core projects?


regards.


___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development