diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2015-10-26 21:12:22 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2015-10-26 21:12:22 +0200 |
commit | a16463972dbbc7c944dbbfbee57ade758e3077da (patch) | |
tree | 470404f8aaabf8dbcb4d59f7d156e4a46d665bef /modules/qt5.py | |
parent | c0070aadae450d8367f54a4658f474a8a8ab4432 (diff) | |
download | meson-a16463972dbbc7c944dbbfbee57ade758e3077da.zip meson-a16463972dbbc7c944dbbfbee57ade758e3077da.tar.gz meson-a16463972dbbc7c944dbbfbee57ade758e3077da.tar.bz2 |
Parse contents of gresource xml and add deps manually. A bit of a hack but necessary due to missing upstream functionality. Closes #298.
Diffstat (limited to 'modules/qt5.py')
-rw-r--r-- | modules/qt5.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/qt5.py b/modules/qt5.py index d941439..0e732a1 100644 --- a/modules/qt5.py +++ b/modules/qt5.py @@ -19,7 +19,7 @@ from coredata import MesonException import xml.etree.ElementTree as ET class Qt5Module(): - + def __init__(self): mlog.log('Detecting Qt tools.') # The binaries have different names on different |