The Android multimedia plug-in requires API level 11 to compile, so the config test will check and issue a message about the requirement if the API level can't be satisfied. Change-Id: I6c21fe1255024e853023bd8168dfa917b00c4c23 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
5 lines
66 B
Prolog
5 lines
66 B
Prolog
CONFIG += java
|
|
API_VERSION = android-11
|
|
JAVASOURCES += main.java
|
|
|