Can't make developers build (branch 5.9)
Unsolved
General and Desktop
-
I want to submit a some improvements to library.
git clone git://code.qt.io/qt/qt5.git
git checkout 5.9
perl init-repository
git submodule update
configure -platform win32-msvc2015 -developer-build -skip qt3d -opensource -nomake examples -nomake tests
nmake... and....
graphicsitems\qdeclarativetextinput.cpp(517): error C2039: 'setCursorBlinkPeriod': is not a member of 'QWidgetLineControl'How to fix it?
-
Hi,
Just don't build the QtQuick1 module. It's been deprecated.