[Qt-creator] How make QTCreater project build for Windows or Linux?
GreyGeek
GreyGeek at earthlink.net
Sat Mar 21 00:54:20 CET 2009
Ed Sutton wrote:
> How can I make a single *.pro project that can be opened under either Linux or Windows and build a shared library/Dll that target that OS? Is there a Linux / Windows build setting or macro to define some place?
>
> Thanks in advance for any direction,
>
> -Ed
>
>
>
>
>
> _______________________________________________
> Qt-creator mailing list
> Qt-creator at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
>
>
The qmake tool is used to make *.pro files and then to use them to
create the Makefiles. It has lots of parameters so allow me to suggest
that you consult the Qt-Assistant and locate the qmake manual which is
part of it. There is also a qmake tutorial, along with 11 other topics
that completely cover the subject.
GG
More information about the Qt-creator-old
mailing list