Hello,
iam new and i would compile the qtquickcontrols on my pc with qmake && make install.
I became the following error:
In file included from qquicklinearlayout_p.h:46:0,
from plugin.cpp:44:
qquickgridlayoutengine_p.h:57:43: fatal error: QtGui/private/qlayoutpolicy_p.h: file or directory not found
In the file qquickgridlayoutengine_p.h I found the following lines:
//
// W A R N I N G
// ——————-
//
// This file is not part of the Qt API. It exists for the convenience
// of the graphics view layout classes. This header
// file may change from version to version without notice, or even be removed.
//
// We mean it.
//
What must i do to compile the qtquickcontrols.
I have cloned the stable branch today and i use QT 5.2.1.
Thanks for help.
Lars
↧