Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Error compiling "dev-for-5.13" branch with Qt 5.13 #2

Open
n3rdopolis opened this issue Jul 14, 2019 · 1 comment
Open

Error compiling "dev-for-5.13" branch with Qt 5.13 #2

n3rdopolis opened this issue Jul 14, 2019 · 1 comment

Comments

@n3rdopolis
Copy link

Hi

Attempting to compile dev-for-5.13 with Qt 5.13, I seem to get this error.

compositor_api/qwaylandcompositor.cpp: In member function ‘void QWaylandCompositorPrivate::init()’:
compositor_api/qwaylandcompositor.cpp:237:34: error: expected primary-expression before ‘object’
     Q_FOREACH (QPointer<QObject> object, polish_objects) {
                                  ^~~~~~
compositor_api/qwaylandcompositor.cpp:237:5: error: ‘Q_FOREACH’ was not declared in this scope
     Q_FOREACH (QPointer<QObject> object, polish_objects) {
     ^~~~~~~~~
compositor_api/qwaylandcompositor.cpp:237:5: note: suggested alternative: ‘Q_FOREVER’
     Q_FOREACH (QPointer<QObject> object, polish_objects) {
     ^~~~~~~~~
     Q_FOREVER

Thanks

@n3rdopolis
Copy link
Author

n3rdopolis commented Aug 20, 2019

It's 112de18 and 4ddf002 that's the issue (from qtwayland 5.14)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant