aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/Makefile.common
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-01-21 16:58:42 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-01-21 16:58:42 +0000
commit1e06850bb3cd0443726c62e08936a4b29d4dff5e (patch)
tree6afe6bd9c9ea206011ccfce4e70af042f25b8cf4 /ui/qt/Makefile.common
parent6343c57d21274edde2c5b39bca3b3b14c32fe4d8 (diff)
Add layout.qrc to QRC_FILES (otherwise it is not include to compressed source files)
svn path=/trunk/; revision=47197
Diffstat (limited to 'ui/qt/Makefile.common')
-rw-r--r--ui/qt/Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/Makefile.common b/ui/qt/Makefile.common
index ff22380158..5eb06f8e72 100644
--- a/ui/qt/Makefile.common
+++ b/ui/qt/Makefile.common
@@ -136,6 +136,7 @@ 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 \
i18n.qrc \