Hi,

you can use scopes with the name of the use makespec. Since I never have developed for embedded linux I don't know what is used but it is like:
qmake Code:
  1. linux-g++ {
  2. # Linux stuff
  3. }
  4. macx-g++ {
  5. # mac stuff
  6. }
To copy to clipboard, switch view to plain text mode