aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules/qt5.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2016-01-31 00:19:50 +1100
committerJussi Pakkanen <jpakkane@gmail.com>2016-01-31 00:19:50 +1100
commit5586dcf5c0cfc89a8fe045cc7580dc392be1888a (patch)
treecb51428d583f65ddee7401b2101478f8ac131762 /mesonbuild/modules/qt5.py
parentc87835080de70d3accd70b6e1c54815d5ad22732 (diff)
downloadmeson-5586dcf5c0cfc89a8fe045cc7580dc392be1888a.zip
meson-5586dcf5c0cfc89a8fe045cc7580dc392be1888a.tar.gz
meson-5586dcf5c0cfc89a8fe045cc7580dc392be1888a.tar.bz2
Text clarification.
Diffstat (limited to 'mesonbuild/modules/qt5.py')
-rw-r--r--mesonbuild/modules/qt5.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/modules/qt5.py b/mesonbuild/modules/qt5.py
index 81edc76..cb743a6 100644
--- a/mesonbuild/modules/qt5.py
+++ b/mesonbuild/modules/qt5.py
@@ -157,6 +157,6 @@ class Qt5Module():
return sources
def initialize():
- mlog.log('Warning, rcc dependencies will not work properly until this upstream issue is fixed:',
+ mlog.log('Warning, rcc dependencies will not work reliably until this upstream issue is fixed:',
mlog.bold('https://bugreports.qt.io/browse/QTBUG-45460'))
return Qt5Module()