Details
Description
When running configure (which in turn runs qmake), some Symbian-specific .pro files get processed. I am building on MacOS for Cocoa/64bit (meaning: no Symbian build, nor EPOCROOT set), so I would assume that these files are skipped.
Below is the output from qmake.
for /data/git/qt/4.7-20100707095201/src/plugins/bearer/symbian/3_2/3_2.pro Error: Symbian SDK registry key not found Error: failed to find epoc root Either 1. Set EPOCROOT environment variable to a valid value or 2. Ensure that the HKEY_LOCAL_MACHINE\Software\Symbian\EPOC SDKs\CommonPath registry key is set, and then a. Set EPOCDEVICE environment variable to a valid device or b. Specify a default device in the devices.xml file.
This goes on for another 50 lines repeating the same.