User:Tamas Martinec: Difference between revisions
Jump to navigation
Jump to search
(User page created with notes about possibly needed howto pages.) |
(Added a new issue with a possible solution) |
||
(One intermediate revision by the same user not shown) | |||
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 | |||
< | *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) | |||
*Problem: Android build fails with:<blockquote>Invalid minSdkVersion version, minSdkVersion must be >= 23 qt</blockquote> | |||
*Solution: check that the project provided AndroidManifest.xml files are updated according to the latest template in qtbase\src\android\templates\. |
Latest revision as of 10:19, 24 September 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)
- Problem: Android build fails with:
Invalid minSdkVersion version, minSdkVersion must be >= 23 qt
- Solution: check that the project provided AndroidManifest.xml files are updated according to the latest template in qtbase\src\android\templates\.