On Thu, Nov 11, 2010 at 10:49:23AM +0100, ext Erwin Brandenberger wrote:
> I like to have different defines set in my project for Linux and
> Solaris.
> 
> Different for Windows and Unix is no problem:
> win32:DEFINE =
> unix:DEFINE =
> 
> But for different Unix/Linux ?
> 
> How can I do that ?
> 
you can match on the qmakespec:
solaris-*:
linux-*:
...

fwiw, it is a question for qt-interest@, as it is not creator-specific.
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to