Remove usermanual when building for Android

Our usermanual is based on webkit, and thats not supported in Qt for
Android. We should probably replace it with a Android native webview
somehow.

Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Anton Lundin 2014-03-26 23:35:24 +01:00 committed by Dirk Hohndel
parent 42df3528a0
commit 605cff32a5
5 changed files with 17 additions and 4 deletions

View file

@ -29,5 +29,4 @@ private:
Ui::UserManual *ui;
void search(QString, QWebPage::FindFlags);
};
#endif // USERMANUAL_H