From 6bf5766469b037c5ec695492218ddebecd3d54ed Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sat, 14 Jan 2017 17:06:29 +0100 Subject: Added Readme Changed name of application --- src/smolbote.pro | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/smolbote.pro (limited to 'src/smolbote.pro') 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 -- cgit v1.2.1