Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 6

Qt-interest Archive, March 2007
How to generate a .vcproj file from a .pro file


Message 1 in thread

Hi,
 
How to I generate a Visual Studio project file from the .pro file of a
QT application ?
 
Thnx in advance
Prateek

Message 2 in thread

If you use the integration, you can use "open solution from .pro file" in the Qt menu.

Cheers,
Peter

-----Ursprüngliche Nachricht-----
Von: Prateek Tiwari [mailto:ptiwari@xxxxxxxxxxx] 
Gesendet: Freitag, 23. März 2007 11:33
An: QtList
Betreff: How to generate a .vcproj file from a .pro file

Hi,
 
How to I generate a Visual Studio project file from the .pro file of a QT application ?
 
Thnx in advance
Prateek

--
 [ signature omitted ] 

Message 3 in thread

Yes. But what would be the command for the same ?

Thnx
Prateek 

-----Original Message-----
From: Peter Prade [mailto:prade@xxxxxxxxxxx] 
Sent: Friday, March 23, 2007 4:41 PM
To: QtList
Subject: AW: How to generate a .vcproj file from a .pro file

If you use the integration, you can use "open solution from .pro file" in the Qt menu.

Cheers,
Peter

-----Ursprüngliche Nachricht-----
Von: Prateek Tiwari [mailto:ptiwari@xxxxxxxxxxx]
Gesendet: Freitag, 23. März 2007 11:33
An: QtList
Betreff: How to generate a .vcproj file from a .pro file

Hi,
 
How to I generate a Visual Studio project file from the .pro file of a QT application ?
 
Thnx in advance
Prateek

--
 [ signature omitted ] 

Message 4 in thread

On 3/23/07, Prateek Tiwari <ptiwari@xxxxxxxxxxx> wrote:
> Yes. But what would be the command for the same ?

Put "TEMPLATE=vcapp" or "TEMPLATE=vclib" (as appropriate) in your .pro
file and run qmake. That will generate a .vcproj file.
-- 
 [ signature omitted ] 

Message 5 in thread

Hi Prateek,

there are two ways to do it.

1. On the command line with "qmake -tp vc -r yourProfile.pro"
2. With the Qt Visual Studio integration via the menu "Qt->Open From 
.pro File"

Regards,
Falko

Prateek Tiwari wrote:
> Hi,
>  
> How to I generate a Visual Studio project file from the .pro file of a 
> QT application ?
>  
> Thnx in advance
> Prateek

--
 [ signature omitted ]