diff --git a/CMakeLists.txt b/CMakeLists.txt index 1ac4da6..cb3d1bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,6 +71,14 @@ set(QML_SRC_FILES resources/icons.qrc resources/qml.qrc ) +if(ANDROID) + list(APPEND QML_HEADER_FILES + quickgui/android.h + ) + list(APPEND QML_SRC_FILES + quickgui/android.cpp + ) +endif() set(TS_FILES translations/${META_PROJECT_NAME}_de_DE.ts diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 30bd976..c718d53 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -3,7 +3,7 @@ @@ -36,7 +36,7 @@ - +