summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/features/java.prf4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkspecs/features/java.prf b/mkspecs/features/java.prf
index 20dc719699..ed003e7ac7 100644
--- a/mkspecs/features/java.prf
+++ b/mkspecs/features/java.prf
@@ -23,10 +23,10 @@ javac.CONFIG += combine
# Check for user defined javac build version
javac_target_version = $$ANDROID_JAVAC_TARGET_VERSION
-isEmpty(javac_target_version): javac_target_version = 7
+isEmpty(javac_target_version): javac_target_version = 8
javac_source_version = $$ANDROID_JAVAC_SOURCE_VERSION
-isEmpty(javac_source_version): javac_source_version = 7
+isEmpty(javac_source_version): javac_source_version = 8
javac.commands = javac -source $$javac_source_version -target $$javac_target_version -Xlint:unchecked -bootclasspath $$ANDROID_JAR_FILE -cp $$shell_quote($$system_path($$join(JAVACLASSPATH, $$DIRLIST_SEPARATOR))) -d $$shell_quote($$CLASS_DIR) ${QMAKE_FILE_IN}