diff options
Diffstat (limited to 'ui/qt/Makefile.common')
-rw-r--r-- | ui/qt/Makefile.common | 8 |
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 |