Summary: | Build failure with Qt 5.4 | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Hrvoje Senjan <hrvoje.senjan> |
Component: | scripting | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | git master | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kwin/c00c67bf29c10862a973289486a535c8566d5110 | Version Fixed In: | |
Sentry Crash Report: |
Description
Hrvoje Senjan
2014-08-14 18:05:41 UTC
Please report upstream, the line in question is: qmlRegisterType<QQuickWindow>(); Git commit c00c67bf29c10862a973289486a535c8566d5110 by Martin Gräßlin. Committed on 03/09/2014 at 07:47. Pushed by graesslin into branch 'master'. [scripting] Drop qmlRegisterType for QQuickWindow Not needed as one can just do: import QtQuick.Window; This fixes a build problem with Qt 5.4. M +0 -1 scripting/scripting.cpp M +1 -0 scripts/desktopchangeosd/contents/ui/osd.qml http://commits.kde.org/kwin/c00c67bf29c10862a973289486a535c8566d5110 |