aboutsummaryrefslogtreecommitdiff
path: root/src/qt-simplebrowser.pro
blob: 57886d32021408e803de99c10ed131f1bef5c544 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#-------------------------------------------------
#
#
#
#-------------------------------------------------

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

HEADERS  += mainwindow.h \
    browser.h \
    widgets/webviewtabbar.h \
    settings.h \
    forms/profiledialog.h

FORMS    += mainwindow.ui \
    forms/profiledialog.ui