Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
What are the keywords for android?In win and unix we have
@win32 { SOURCES += hellowin.cpp } unix { SOURCES += hellounix.cpp }@
T
So far Im also using unix for it. I havent heard of some android-specific stuff yet
Hope someday we could have something like
@ android-arm7{ ... } android-mips{ ... } @
and so on
Maybe there is already something like that, but the android documentation on qt is, lets say incomplete :D