diff --git a/src/main.cpp b/src/main.cpp --- a/src/main.cpp +++ b/src/main.cpp @@ -27,7 +27,9 @@ #include #include +#ifndef Q_OS_ANDROID #include +#endif #include #include @@ -53,7 +55,9 @@ app.setApplicationDisplayName("Koko"); app.setOrganizationDomain("kde.org"); +#ifndef Q_OS_ANDROID KDBusService service(KDBusService::Unique); +#endif QCommandLineParser parser; parser.addOption(QCommandLineOption("reset", i18n("Reset the database")));