aboutsummaryrefslogtreecommitdiff
path: root/src/qt-simplebrowser.pro
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-01-11 10:18:08 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-01-11 10:18:08 +0100
commit120a5f7c6d31a3bc5acdb54b19326516f8399767 (patch)
tree882e3a096a2ef9bd3138633fb564024e45ba6524 /src/qt-simplebrowser.pro
downloadsmolbote-0.1.0.tar.xz
Initial commit0.1.0
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