diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-12-28 21:43:38 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-12-29 09:06:55 -0800 |
commit | b84edad59766e5f59f6c3dcf5bb3a2ec24fc3eec (patch) | |
tree | 8d25cfc30bf81c244b9fe9b0b78d2d366790af7b /subsurface.pro | |
parent | ecd0f25c04652115477bb1d9fcd78fd7ecaba916 (diff) | |
download | subsurface-b84edad59766e5f59f6c3dcf5bb3a2ec24fc3eec.tar.gz |
Facebook integration: Add an interface to select the stuff that's sent
Generate the stub message that will go on the Facebook picture upload.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface.pro')
-rw-r--r-- | subsurface.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/subsurface.pro b/subsurface.pro index 02a416e88..ec8b0fd51 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -237,7 +237,8 @@ FORMS = \ qt-ui/configuredivecomputerdialog.ui \ qt-ui/listfilter.ui \ qt-ui/diveshareexportdialog.ui \ - qt-ui/filterwidget.ui + qt-ui/filterwidget.ui \ + qt-ui/socialnetworksdialog.ui # Nether usermanual or printing is supported on android right now android: FORMS -= qt-ui/printoptions.ui |