QQuickPaintedItem file not found on OSX #248
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Following the installation instructions for OSX using brew gives the follow error upon running
qmake && make
.Is there a further method for setting up the
CPPFLAGS
environment variable or related to include the QtQuick files on osx? For instance, I found aQQuickPaintedItem
file located in/usr/local/opt/qt5/lib/QtQuick.framework/Versions/5/Headers
. Specifying the include directory didn't seem to help though. Not sure how qmake/Qt sets up the search paths.Any hints on this or how to set up?
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/20241166-qquickpainteditem-file-not-found-on-osx?utm_campaign=plugin&utm_content=tracker%2F479407&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F479407&utm_medium=issues&utm_source=github).Make sure you are using qmake from qt5 and not qt4.
For example, run it with full path:
I believe you can safely close this now. If anyone still has the issue, the easiest solution is to compile the project through QtCreator and manually set the Kit to Qt5 in the project settings.