HI, there,

I tried to specify platform qws/linux-arm-g++ in the project file for my app building. I looked up the manual and found this way to specify a platform-dependent building:
Qt Code:
  1. linux-g++ {
  2. something goes here.
  3. }
To copy to clipboard, switch view to plain text mode 

Then I tried this:
Qt Code:
  1. qws/linux-arm-g++ { ... }
To copy to clipboard, switch view to plain text mode 
and
Qt Code:
  1. linux-arm-g++ {...}
To copy to clipboard, switch view to plain text mode 

Then neither of above worked. Can you help me out? Thanks.