Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.9.0
-
None
-
Windows
-
ab4cc83d5249ea0baed66ef86bff3c29c36e8c7d
Description
Adding requires(NonExistingModule) to a TEMPLATE = subdirs project skips the entire project when NonExistingModule is not available, as expected:
"Some of the required modules (NonExistingModule) are not available."
"Skipped."
Adding requires(NonExistingModule) to a regular project produces
Project ERROR: Unknown module(s) in QT: NonExistingModule