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

@ -17,7 +17,7 @@ RESOURCES += qml.qrc
# Platform interaction specific code
android-g++ {
android-* {
QT += androidextras
HEADERS += NativeCalls.h androidplatforminteracions.h
SOURCES += NativeCalls.cpp androidplatforminteracions.cpp