Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.9.4, 5.10.1
-
None
-
3c23dc484635e4c3340461316454be50fe11e28f
Description
I configured Qt for iOS without -skip qtpurchasing but with -skip qtandroidextras, and then noticed that qtpurchasing module wasn't actually compiled. Afterwards I checked .gitmodules and noticed that it depends on qtandroidextras which makes no sense for non-android builds:
[submodule "qtpurchasing"] depends = qtbase qtandroidextras
Next time I didn't add -skip qtandroidextras and qtpurchasing appeared.
I guess it's the same with macOS build.