Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 5.9.4, 5.10.1
-
Fix Version/s: 5.11.0 Beta 3
-
Component/s: Build System, Purchasing
-
Labels:None
-
Commits: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.