aboutsummaryrefslogtreecommitdiff
path: root/src/smolbote.pro
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-01-14 17:06:29 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-01-14 17:06:29 +0100
commit6bf5766469b037c5ec695492218ddebecd3d54ed (patch)
tree5d9c93ca9d02210925f84ea957efbd64d29b7ab9 /src/smolbote.pro
parentSwapping profiles now works (diff)
downloadsmolbote-6bf5766469b037c5ec695492218ddebecd3d54ed.tar.xz
Added Readme
Changed name of application
Diffstat (limited to 'src/smolbote.pro')
-rw-r--r--src/smolbote.pro30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/smolbote.pro b/src/smolbote.pro
new file mode 100644
index 0000000..d2eaa8c
--- /dev/null
+++ b/src/smolbote.pro
@@ -0,0 +1,30 @@
+#-------------------------------------------------
+#
+#
+#
+#-------------------------------------------------
+
+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
+
+HEADERS += mainwindow.h \
+ browser.h \
+ widgets/webviewtabbar.h \
+ settings.h \
+ forms/profiledialog.h \
+ webengine/webengineprofile.h
+
+FORMS += mainwindow.ui \
+ forms/profiledialog.ui