PDA

View Full Version : Platform specification for qws



simophin
20th July 2010, 14:07
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:


linux-g++ {
something goes here.
}

Then I tried this:


qws/linux-arm-g++ { ... }

and


linux-arm-g++ {...}


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