Re: 'Additional compiler support for qpl'd Qt4/win32' : final :-)
"Majig El Idrissi" <[email protected]> Thu, 20 Oct 2005 16:49:24 +0200
| Newsgroups | gmane.comp.kde.devel.cygwin |
|---|---|
| Message-ID | <[email protected]> |
> > --- Ursprüngliche Nachricht --- > > Von: "Majig El Idrissi" <[email protected]> > >An: [email protected] > >Betreff: Re: 'Additional compiler support for qpl'd Qt4/win32' - add on > >:-) > >Datum: Thu, 20 Oct 2005 15:46:24 +0200 > > >I tested generation by hand but I obtain only a "-spec" unknown option. > > >qmake -spec win32-msvc.net -tp vc : > > >by default, qmake is in makefile mode, but who should generate this make > >file ?, and project mode refuses the -spec option. >I thought you wanted to compile a tutorial from Qt? I wanted create a VC project from a Qt example (aka hello world). And I realised this earlier (:-)). Thanks for answer. >- qmake -project >- edit pro file to customize the settings if you want >- qmake -spec win32-msvc.net -tp vc >or >- qmake -spec win32-msvc.net >first creates a .vcproj-file with the name of your app which you can open >inMSVC-IDE -> File -> Open Project second creates a makefile (or maybe >makefile, makefile.debug and makefile.relase if you use >debug_and_release_target - the default setting) which you can compile with >the msvc-command prompt (see other mail) with nmake. >Christian thanks :-) PS : there is no need now for a short explanation for dummies, thanks to your mail.