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>
This commit is contained in:
Anton Lundin 2015-04-29 23:48:55 +02:00 committed by Dirk Hohndel
parent c38b7d3922
commit 526b4500ba

View file

@ -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