aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-07-12 03:49:29 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-07-12 03:49:29 +0000
commit416c76a728a8a67b0473ed72b7ddc163739606aa (patch)
treee8037a1ede79c6bfb9f3aa681e4efd6548e183dc /ui
parentfae759b79312f8c26aea3ffb818c2a404ff6ec15 (diff)
Fix building ui/qt out of the source tree.
svn path=/trunk/; revision=50525
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/Makefile.common8
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/qt/Makefile.common b/ui/qt/Makefile.common
index 9696589150..6a2f37f7ae 100644
--- a/ui/qt/Makefile.common
+++ b/ui/qt/Makefile.common
@@ -175,10 +175,10 @@ MOC_SRC = $(MOC_HDRS:.h=.moc.cpp)
#
# Should QRC_FILES or QRC_SRC depend on QRC_IMAGES?
QRC_FILES = \
- ../../image/display_filter.qrc \
- ../../image/layout.qrc \
- ../../image/status.qrc \
- ../../image/toolbar.qrc \
+ $(top_srcdir)/image/display_filter.qrc \
+ $(top_srcdir)/image/layout.qrc \
+ $(top_srcdir)/image/status.qrc \
+ $(top_srcdir)/image/toolbar.qrc \
i18n.qrc \
welcome.qrc