Summary: | QQuickPaintedItem file not found | ||
---|---|---|---|
Product: | [Applications] marble | Reporter: | Jordan P. Lefebvre <lefebvrejp> |
Component: | general | Assignee: | marble-bugs |
Status: | RESOLVED WORKSFORME | ||
Severity: | critical | CC: | rahn |
Priority: | NOR | ||
Version: | 1.12 (KDE Applications 15.08) | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | macOS | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | CMake configuration CMakeCache.txt |
Thank you for the bug report. As this report hasn't seen any changes in 5 years or more, we ask if you can please confirm that the issue still persists. If this bug is no longer persisting or relevant please change the status to resolved. You may close. I am not able to reproduce at this time. |
Created attachment 94918 [details] CMake configuration CMakeCache.txt Attempting to compile marble on Mac OSX it fails at 33% with the following message: In file included from /Users/.../.../marble/sources/src/lib/marble/MarbleQuickItem.cpp:12: /Users/.../.../marble/sources/src/lib/marble/MarbleQuickItem.h:15:10: fatal error: 'QQuickPaintedItem' file not found #include <QQuickPaintedItem> ^ 1 error generated. This is obviously related to Qt5 vs Qt4, but the configuration was successful with Qt4.8.6. Is Qt5 required? I have attached my CMakeCache.txt. Below are details on my machine and compilers. /usr/bin/cc --version Apple LLVM version 7.0.0 (clang-700.0.72) Target: x86_64-apple-darwin14.5.0 Thread model: posix /usr/bin/c++ --version Apple LLVM version 7.0.0 (clang-700.0.72) Target: x86_64-apple-darwin14.5.0 Thread model: posix uname -a Darwin warroom2 14.5.0 Darwin Kernel Version 14.5.0: Wed Jul 29 02:26:53 PDT 2015; root:xnu-2782.40.9~1/RELEASE_X86_64 x86_64