| Summary: | using QtSDK doesn't work on Windows | ||
|---|---|---|---|
| Product: | [Unmaintained] Craft | Reporter: | uwestoehr <uwestoehr> |
| Component: | Core | Assignee: | Hannah von Reth <vonreth> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | simonandric5, windows-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | master | ||
| Target Milestone: | --- | ||
| Platform: | Microsoft Windows | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
uwestoehr
2017-11-12 15:10:35 UTC
OK, since C:\Qt\Qt5.9.2\5.9.2\msvc2015_64\bin might not be correct, I tried now - C:\Qt -> doesn't work C:\Qt\Qt5.9.2 This works! So to fix this bug, could you please document in https://community.kde.org/Craft that the path to Qt has to be C:\Qt\Qtx.y.z The bug is not completely fixed. Now I can e.g. successfully compile
craft karchive
craft kconfig
...
but
craft ki18n
fails with
CMake Error at CMakeLists.txt:36 (find_package):
Could not find a package configuration file provided by "Qt5Script"
(requested version 5.7.0) with any of the following names:
Qt5ScriptConfig.cmake
qt5script-config.cmake
Add the installation prefix of "Qt5Script" to CMAKE_PREFIX_PATH or set
"Qt5Script_DIR" to a directory containing one of the above files. If
"Qt5Script" provides a separate development package or SDK, be sure it has
been installed.
> (requested version 5.7.0) with any of the following names:
Qt5ScriptConfig.cmake
Now I understand, Qt5Script is deprecated since Qt 5.6. So should i report this to the ki18n project?
No just install it, there is an option for that in the installer. In case you want the best and easiest outcome, don't use the SDK mode and let craft build Qt with all needed dependencies. > No just install it, there is an option for that in the installer. I did meanwhile but I thought that a deprecated package should no longer be used. However, could you please document in https://community.kde.org/Craft that the path to Qt has to be C:\Qt\Qtx.y.z Then I would treat this bug report as resolved. Many thanks for your help. |