cloose / CuteMarkEd

Qt Markdown Editor
http://cloose.github.io/CuteMarkEd
Other
1.48k stars 319 forks source link

Build on Qt5.7 failed! #320

Open huaxz1986 opened 8 years ago

huaxz1986 commented 8 years ago

When I tried to build on Qt 5.7 ,it failed! I read advice of "Porting from Qt WebKit to Qt WebEngine" given by Qt , but there are so many questions in building, such as ' m_webView->page()->mainFrame()->scrollBarValue(Qt::Vertical)'

dbelyaev commented 8 years ago

@huaxz1986, you can find some answers in the related issue #303.

laris commented 8 years ago

@huaxz1986 Thanks for your work to merge offline code and I try to build in QT5.6 and hope to fork your branch but failed.

hope the official code can update to support QTWebEngine.