diff options
author | Anton Lundin <glance@acc.umu.se> | 2015-04-29 23:48:55 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-04-29 14:54:51 -0700 |
commit | 526b4500ba55134b8215eccf2954c77505527661 (patch) | |
tree | 127a2b00a9744898e2a433e8fa14ff538db994e1 /subsurface.pro | |
parent | c38b7d3922b8ec11625bbd423047a01baf533b14 (diff) | |
download | subsurface-526b4500ba55134b8215eccf2954c77505527661.tar.gz |
Add urldialog.ui to qmake ui list
This unbreaks the qmake build system by adding urldialog.ui there. Yes,
i know we're planning on switching away but i still build things via
qmake and its nice if it works until we actually remove it.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface.pro')
-rw-r--r-- | subsurface.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface.pro b/subsurface.pro index bec7d6590..be6e06065 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -253,6 +253,7 @@ FORMS = \ qt-ui/diveshareexportdialog.ui \ qt-ui/filterwidget.ui \ qt-ui/plannerDetails.ui \ + qt-ui/urldialog.ui \ qt-ui/locationInformation.ui # Nether usermanual or printing is supported on android right now |