aboutsummaryrefslogtreecommitdiff
path: root/src/qt-simplebrowser.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/qt-simplebrowser.pro')
-rw-r--r--src/qt-simplebrowser.pro23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/qt-simplebrowser.pro b/src/qt-simplebrowser.pro
new file mode 100644
index 0000000..65dcca6
--- /dev/null
+++ b/src/qt-simplebrowser.pro
@@ -0,0 +1,23 @@
+#-------------------------------------------------
+#
+#
+#
+#-------------------------------------------------
+
+QT += core gui widgets \
+ webengine webenginewidgets
+
+TARGET = qtbrowser
+TEMPLATE = app
+
+
+SOURCES += main.cpp \
+ mainwindow.cpp \
+ browser.cpp \
+ widgets/webviewtabbar.cpp
+
+HEADERS += mainwindow.h \
+ browser.h \
+ widgets/webviewtabbar.h
+
+FORMS += mainwindow.ui