diff options
| author | Xavier Claessens <xavier.claessens@collabora.com> | 2020-03-03 10:50:15 -0500 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2020-03-08 13:48:27 +0200 |
| commit | ecb076ba002afb6a6678983dd02ac53d9b751f12 (patch) | |
| tree | 3a56cfbd3c949efc4cc9434a708772099c19bf7b /test cases/frameworks | |
| parent | 18f5a197da982ec48473903c0e2defd2d7797eb2 (diff) | |
| download | meson-ecb076ba002afb6a6678983dd02ac53d9b751f12.tar.gz | |
qt5: Add has_tools() method
Diffstat (limited to 'test cases/frameworks')
| -rw-r--r-- | test cases/frameworks/4 qt/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test cases/frameworks/4 qt/meson.build b/test cases/frameworks/4 qt/meson.build index 7934572db..8f18809bd 100644 --- a/test cases/frameworks/4 qt/meson.build +++ b/test cases/frameworks/4 qt/meson.build @@ -42,6 +42,7 @@ foreach qt : ['qt4', 'qt5'] qtdep = dependency(qt, modules : qt_modules, main : true, private_headers: true, required : required, method : get_option('method')) if qtdep.found() qtmodule = import(qt) + assert(qtmodule.has_tools()) # The following has two resource files because having two in one target # requires you to do it properly or you get linker symbol clashes. |
