Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing Qt5 build #21

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Fixing Qt5 build #21

wants to merge 3 commits into from

Conversation

mdkcore0
Copy link
Member

These commits fixes the build of Quasei-Engine of Qt5

But we still having no QuasiScriptBehavior functions working yet, as Qt5 has some problem on its scripts classes (QQmlExpression and QQmlScriptString)

Signed-off-by: Rodrigo Goncalves de Oliveira <rodrigo.goncalves@openbossa.org>
This is deprecated, Qt5 is using QQuickWindow instead now.

Signed-off-by: Rodrigo Goncalves de Oliveira <rodrigo.goncalves@openbossa.org>
On Qt5 we need to use QQmlExplression and QQmlScriptString instead of
QDeclarativeExpression and QDeclarativeSriptString.
Note: Scripts are not working on Qt5 now (Qt5 problem).

Signed-off-by: Rodrigo Goncalves de Oliveira <rodrigo.goncalves@openbossa.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant