forked from qt-creator/qt-creator
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:
committed by
BogDan Vatra
parent
cd5f070844
commit
15734ac5eb
@@ -1,6 +1,6 @@
|
||||
import qbs
|
||||
|
||||
Application {
|
||||
CppApplication {
|
||||
@if "%{UseVirtualKeyboard}" == "true"
|
||||
Depends { name: "Qt"; submodules: ["quick", "virtualkeyboard"] }
|
||||
@else
|
||||
|
Reference in New Issue
Block a user