[SOLVED]error: QWebView: No such file or directory
-
Hi, i want to use from qwebview but when i #include <QWebView> it hass following error:
@
C:\Qt\Qt5.0.1\Tools\QtCreator\bin\untitled21\mainwindow.cpp:5: error: QWebView: No such file or directory
@
i test it with qt 5.0.1 and qt 5.1.0.
any idea? -
oh thanks.
it worked.
-
Hi and welcome to devnet forum
It is better fro you to start with a new post rather than steeling an old one.
Concerning your question you can check out the QWebView example it gives you already a compilable and runnable example. Typically the example are the best start into new topics with Qt.