What are the keywords for android?In win and unix we have
win32 {
SOURCES += hellowin.cpp
}
unix {
SOURCES += hellounix.cpp
}
T
↧