Make .pro files compiler agnostic on Android

This commit is contained in:
Gioacchino Mazzurco 2018-01-30 18:11:31 +01:00
parent da2fc01952
commit ebfe50f814
6 changed files with 8 additions and 8 deletions

View file

@ -12,7 +12,7 @@ RESOURCES += qml.qrc
TEMPLATE = app
android-g++ {
android-* {
TEMPLATE = lib
QT += androidextras
}