aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/Makefile.common
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2012-08-01 18:27:57 +0000
committerJörg Mayer <jmayer@loplof.de>2012-08-01 18:27:57 +0000
commitffb4be37a618e9d139958ba3282adc44821ae83b (patch)
tree00840fb65267a29d7ad8da97afccf9d93bb10ed7 /ui/qt/Makefile.common
parent005ac60289a35b6506b1b3629ca5b04dfd39ee83 (diff)
Make the changes of r44165 build with autofoo and cmake as well
svn path=/trunk/; revision=44190
Diffstat (limited to 'ui/qt/Makefile.common')
-rw-r--r--ui/qt/Makefile.common5
1 files changed, 3 insertions, 2 deletions
diff --git a/ui/qt/Makefile.common b/ui/qt/Makefile.common
index 3f8dbd5d38..6fe35250ab 100644
--- a/ui/qt/Makefile.common
+++ b/ui/qt/Makefile.common
@@ -106,9 +106,10 @@ MOC_SRC = $(MOC_HDRS:.h=.moc.cpp)
#
# Should QRC_FILES or QRC_SRC depend on QRC_IMAGES?
QRC_FILES = \
- display_filter.qrc \
+ ../../image/display_filter.qrc \
+ ../../image/status.qrc \
+ ../../image/toolbar.qrc \
i18n.qrc \
- toolbar.qrc \
welcome.qrc
#