QBS: Fix template for Android

CppApplication sets usesNativeCode for android which it's needed to compile the C++ part of the application.

Change-Id: Ibf787fecd256e4f90c09b8e3061a23419feb526e
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
BogDan Vatra
2020-01-08 10:14:24 +02:00
committed by BogDan Vatra
parent cd5f070844
commit 15734ac5eb

View File

@@ -1,6 +1,6 @@
import qbs
Application {
CppApplication {
@if "%{UseVirtualKeyboard}" == "true"
Depends { name: "Qt"; submodules: ["quick", "virtualkeyboard"] }
@else