| Summary: | Does not compile: Could NOT find QtCore | ||
|---|---|---|---|
| Product: | [Unmaintained] kde-windows | Reporter: | Marcel Partap <mpartap> |
| Component: | buildsystem | Assignee: | Ralf Habacker <ralf.habacker> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 4.0 alpha | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Marcel Partap
2006-09-27 14:30:23 UTC
ok, I recompiled QT with the qt-copy-patches applied, updated the CMake files and stuff. The same error comes up, on a different line though (because I updated FindQt4.cmake). I don't understand this error and I cannot fix it. I tried. The relevant part of the FindQt4.cmake:
IF( NOT QT_QTCORE_LIBRARY_DEBUG AND NOT QT_QTCORE_LIBRARY_RELEASE )
IF( NOT Qt4_FIND_QUIETLY AND Qt4_FIND_REQUIRED)
MESSAGE( FATAL_ERROR "Could NOT find QtCore. Check CMakeFiles/CMakeError.log for more details.")
So, what COULD be the problem here compiling KDE4 SVN with MinGW?
... I guess KDE4win32 problems moved on (according to the list..) so closed ;) |