Skip to content

Commit

Permalink
Debug moc works
Browse files Browse the repository at this point in the history
  • Loading branch information
ashley-b committed Dec 2, 2023
1 parent 054fff9 commit 644c082
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/qwt/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 644c082

Please sign in to comment.