From 416c76a728a8a67b0473ed72b7ddc163739606aa Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Fri, 12 Jul 2013 03:49:29 +0000 Subject: Fix building ui/qt out of the source tree. svn path=/trunk/; revision=50525 --- ui/qt/Makefile.common | 8 ++++---- 1 file 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 -- cgit v1.2.3