diff options
author | Anton Lundin <glance@acc.umu.se> | 2014-03-26 23:35:24 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-03-27 10:41:52 -0700 |
commit | 605cff32a51bf8b5b7dba73fc18622afded39539 (patch) | |
tree | 86649ccbd29ffc5fef10a7b8442cad9868d6c41e /qt-ui/usermanual.h | |
parent | 42df3528a07bbd097226151cb50c122210f47bf9 (diff) | |
download | subsurface-605cff32a51bf8b5b7dba73fc18622afded39539.tar.gz |
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>
Diffstat (limited to 'qt-ui/usermanual.h')
-rw-r--r-- | qt-ui/usermanual.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/usermanual.h b/qt-ui/usermanual.h index 280ca3896..7692a1143 100644 --- a/qt-ui/usermanual.h +++ b/qt-ui/usermanual.h @@ -29,5 +29,4 @@ private: Ui::UserManual *ui; void search(QString, QWebPage::FindFlags); }; - #endif // USERMANUAL_H |