User:Tamas Martinec: Difference between revisions
Jump to navigation
Jump to search
(User page created with notes about possibly needed howto pages.) |
m (Added an Issues and their Solution part) |
||
Line 1: | Line 1: | ||
Notes about possibly needed how to pages: | ==Notes about possibly needed how to pages:== | ||
- How to debug plugin loading | |||
- | ==Issues and their (possibly temporal and even workaround) solutions:== | ||
*Problem: Qt iOS release build does not compile with: | |||
<blockquote>The tool "qjstest" has not been assigned to a module via TOOLS_TARGET (so</blockquote><blockquote>it can't be found) and it can't be built (QT_WILL_BUILD_TOOLS is FALSE).</blockquote> | |||
*Workaround: build with -nomake tests | |||
<br /> | *Problem: Qt does not compile after reinstalling XCode | ||
*Solution: SDK PATH MacOSX11.1.sdk MISSING https://developer.apple.com/forums/thread/667561 (Also needs reconfigure)<br /> |
Revision as of 11:20, 23 June 2021
Notes about possibly needed how to pages:
- How to debug plugin loading
Issues and their (possibly temporal and even workaround) solutions:
- Problem: Qt iOS release build does not compile with:
The tool "qjstest" has not been assigned to a module via TOOLS_TARGET (so
it can't be found) and it can't be built (QT_WILL_BUILD_TOOLS is FALSE).
- Workaround: build with -nomake tests
- Problem: Qt does not compile after reinstalling XCode
- Solution: SDK PATH MacOSX11.1.sdk MISSING https://developer.apple.com/forums/thread/667561 (Also needs reconfigure)