You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Notes
First create a folder that is the name of your project
create the main.cpp with the code below
then run: qmake -project
add this line to the new *.pro file QT += webkit
run: qmake;make