From 6f8990af666718a16b78a602fcb0716a44234015 Mon Sep 17 00:00:00 2001 From: Ashley Brighthope Date: Sat, 2 Dec 2023 14:06:43 +1100 Subject: [PATCH] debug --- recipes/qwt/all/conanfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/qwt/all/conanfile.py b/recipes/qwt/all/conanfile.py index c73597401f2b34..8975f93a1a825d 100644 --- a/recipes/qwt/all/conanfile.py +++ b/recipes/qwt/all/conanfile.py @@ -123,6 +123,7 @@ def generate(self): def build(self): apply_conandata_patches(self) + self.run("moc --version") cmake = CMake(self) cmake.configure() cmake.build()