#------------------------------------------------- # # # #------------------------------------------------- QT += core gui widgets \ webengine webenginewidgets TARGET = poi TEMPLATE = app SOURCES += main.cpp \ mainwindow.cpp \ browser.cpp \ widgets/webviewtabbar.cpp \ settings.cpp \ forms/profiledialog.cpp \ webengine/webengineprofile.cpp \ forms/downloaddialog.cpp \ webengine/downloaditemform.cpp \ webengine/adblockinterceptor.cpp \ webengine/adblockrule.cpp HEADERS += mainwindow.h \ browser.h \ widgets/webviewtabbar.h \ settings.h \ forms/profiledialog.h \ webengine/webengineprofile.h \ forms/downloaddialog.h \ webengine/downloaditemform.h \ webengine/adblockinterceptor.h \ webengine/adblockrule.h FORMS += mainwindow.ui \ forms/profiledialog.ui \ forms/downloaddialog.ui \ webengine/downloaditemform.ui RESOURCES += \ data/resources.qrc