QtWebKitWidgets error
Qt WebKit
7
Posts
3
Posters
2.0k
Views
1
Watching
-
Hello, I am new to using C++ with the Qt GUI framework and I'm writing a web browser. The only issue is using the QWebView. I write this line in the .pro file:
@QT += webkitwidgets@And these errors come up:
:-1: error: cannot find -lsqlite3
:-1: error: collect2: error: ld returned 1 exit statusIt's really frustrating me...any help would be appreciated. Thnx in advance!
-
Hi,
What OS are you running on ? What version of Qt are you using ?
Do you have sqlite3 installed on your system ?
-
Then install sqlite3 and you should be good to go
-
Do you have the dev package installed ?