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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 3 07:46:52 PDT 2010


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





--- Comment #6 from Simon Hausmann <hausmann at webkit.org>  2010-05-03 07:46:51 PST ---
(In reply to comment #5)
> webkit>qmake -r -t vc  WebKit.pro
> Unable to generate makefile for: WebKit.pro
> 
> I'm getting the same error with tests.pro, but WebCore.pro works.
> 
> I agree it would be better to fix qmake if that is an option. My Qt version is
> 4.6.2.

Note the subtle but important difference: qmake -t vc versus qmake -tp vc ;)

You want -tp to add vc as _prefix_ in front of all templates, so that subdirs
becomes vcsubdirs.

-- 
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