[Webkit-unassigned] [Bug 38421] [Qt] Add an option to generate VC project files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 2 13:56:57 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=38421


Simon Hausmann <hausmann at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hausmann at webkit.org




--- Comment #3 from Simon Hausmann <hausmann at webkit.org>  2010-05-02 13:56:57 PST ---
(In reply to comment #0)
> To improve life using VC with QtWebKit it would be beneficial to have an option
> to create VC project files instead of nmake Makefiles from .pro files. Simply
> passing "-t vc" option to qmake at top level (for WebKit.pro) does not seems to
> work as "-t vc" option does not seems to work for "subdirs" template (that is
> used by WebKit.pro).

I'm a little bit surprised by this. I admit that when I've built WebKit with VC
in the past I've only done it from WebCore.pro, but in general qmake -tp vc
should work with subdirs since vcsubdirs in generators/win32/msvc_project.cpp
creates a VC solution (sln) file.

In Qt for example we have projects.pro in the topleve that creates
projects.sln, which loads all Qt subdirs (libraries, examples, tools, etc.) as
one gigantic solution VC and allows building the entire beast :)

So what was the problem you ran into when using qmake -tp vc?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list