#------------------------------------------------- # # # #------------------------------------------------- QT += core gui widgets \ webengine webenginewidgets TARGET = qtbrowser TEMPLATE = app SOURCES += main.cpp \ mainwindow.cpp \ browser.cpp \ widgets/webviewtabbar.cpp \ settings.cpp \ forms/profiledialog.cpp \ webengine/webengineprofile.cpp HEADERS += mainwindow.h \ browser.h \ widgets/webviewtabbar.h \ settings.h \ forms/profiledialog.h \ webengine/webengineprofile.h FORMS += mainwindow.ui \ forms/profiledialog.ui