aboutsummaryrefslogtreecommitdiff
path: root/dependencies.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2014-04-06 18:00:17 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2014-04-06 18:00:17 +0300
commit4084e7213ec1c3a240d7d4509fec4b7d24f5f95d (patch)
treecbe0c50291e929d847f4958f121252f74c3f5b64 /dependencies.py
parent18857336566519d319898ed4735352d1cbaaef3f (diff)
downloadmeson-4084e7213ec1c3a240d7d4509fec4b7d24f5f95d.zip
meson-4084e7213ec1c3a240d7d4509fec4b7d24f5f95d.tar.gz
meson-4084e7213ec1c3a240d7d4509fec4b7d24f5f95d.tar.bz2
Renamed resources to qresources to avoid name clashes.
Diffstat (limited to 'dependencies.py')
-rw-r--r--dependencies.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies.py b/dependencies.py
index af81b5b..3813fba 100644
--- a/dependencies.py
+++ b/dependencies.py
@@ -522,7 +522,7 @@ class Qt5Dependency(Dependency):
'ui_@BASENAME@.h', 'ui_files', 'ui_compile',
'Compiling @INFILE@ with the ui compiler')
rrc_rule = CustomRule([self.rcc.get_command(), '@INFILE@', '-o', '@OUTFILE@'],
- '@BASENAME@.cpp', 'resources', 'rc_compile',
+ '@BASENAME@.cpp', 'qresources', 'rc_compile',
'Compiling @INFILE@ with the rrc compiler')
return [moc_rule, ui_rule, rrc_rule]