Qt-interest Archive, April 2007
Re: concurrent windows and mac development
Message 1 in thread
So is there a way to set up sub projects within a main project (e.g.
having a set of .pro files that end up creating a VS solution with
projects inside. I am actually more interested in the mac and XCode.
-Tom
Thomas P. Condon
Niwot Software, LLC
423 Marine Street
Boulder, CO 80302
(Work) 303-284-5329
(Cell) 303-875-1652
On Feb 14, 2007, at 6:14 AM, Bradley T Hughes wrote:
> On Wednesday 14 February 2007 14:57, Peter Lee wrote:
>> We're wondering how people organise their workflow when producing
>> apps
>> for both platforms. In particular - do you base all your work
>> around a
>> common QT .pro file and then convert it to Visual Studio and XCode
>> projects after it's modified?
>
> This is how we do things at Trolltech. We regenerate Makefiles,
> vcproj and
> Xcode projects from .pro files, always.
>
> Hope that helps ;)
>
> --
> Bradley T. Hughes - bhughes at trolltech.com
> Trolltech ASA - Sandakervn. 116, P.O. Box 4332 Nydalen, 0402 Oslo,
> Norway
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx
> with "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
>
--
[ signature omitted ]
Message 2 in thread
On Apr 24, 2007, at 5:19 AM, tomcondon@xxxxxxx wrote:
> So is there a way to set up sub projects within a main project
> (e.g. having a set of .pro files that end up creating a VS solution
> with projects inside. I am actually more interested in the mac and
> XCode.
>
> -Tom
>
>
>
> Thomas P. Condon
> Niwot Software, LLC
> 423 Marine Street
> Boulder, CO 80302
> (Work) 303-284-5329
> (Cell) 303-875-1652
>
>
> On Feb 14, 2007, at 6:14 AM, Bradley T Hughes wrote:
>
>> On Wednesday 14 February 2007 14:57, Peter Lee wrote:
>>> We're wondering how people organise their workflow when producing
>>> apps
>>> for both platforms. In particular - do you base all your work
>>> around a
>>> common QT .pro file and then convert it to Visual Studio and XCode
>>> projects after it's modified?
>>
>> This is how we do things at Trolltech. We regenerate Makefiles,
>> vcproj and
>> Xcode projects from .pro files, always.
>>
>> Hope that helps ;)
>>
>> --
>> Bradley T. Hughes - bhughes at trolltech.com
>> Trolltech ASA - Sandakervn. 116, P.O. Box 4332 Nydalen, 0402 Oslo,
>> Norway
>>
>> --
>> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx
>> with "unsubscribe" in the subject or the body.
>> List archive and information: http://lists.trolltech.com/qt-interest/
>>
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx
> with "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
I don't believe XCode has this concept of a "Solution" which contains
"Projects". I know you can specify SUBDIRS to qmake that contain
their own .pro files. I do not know what effect this has on
generated Visual Studio solutions/projects. http://doc.trolltech.com/
4.2/qmake-variable-reference.html#subdirs
Good luck,
Bruno
--
[ signature omitted ]