Bug 353725 - QQuickPaintedItem file not found
Summary: QQuickPaintedItem file not found
Status: RESOLVED WORKSFORME
Alias: None
Product: marble
Classification: Applications
Component: general (show other bugs)
Version: 1.12 (KDE Applications 15.08)
Platform: Compiled Sources macOS
: NOR critical
Target Milestone: ---
Assignee: marble-bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-09 16:39 UTC by Jordan P. Lefebvre
Modified: 2023-04-08 10:55 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
CMake configuration CMakeCache.txt (106.65 KB, text/plain)
2015-10-09 16:39 UTC, Jordan P. Lefebvre
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jordan P. Lefebvre 2015-10-09 16:39:19 UTC
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
Comment 1 Justin Zobel 2021-03-09 22:51:31 UTC
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.
Comment 2 Jordan P. Lefebvre 2021-03-09 22:54:45 UTC
You may close. I am not able to reproduce at this time.