Do not build android target by default.

This commit is contained in:
codestation
2016-10-28 19:13:23 -04:00
parent e01c404e8f
commit a8194e88fc

View File

@@ -13,13 +13,13 @@ unix:!macx:!android {
cli.depends = common
}
unix {
ENABLE_ANDROID:unix {
# Compile the Qt Quick binary only on Android
SUBDIRS += android
android.depends = common
}
!android {
!android {
# Build the Qt Widgets binary on all platforms, except Android
SUBDIRS += gui
gui.depends = common