aboutsummaryrefslogtreecommitdiff
path: root/src/smolbote.pro
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-01-15 15:39:42 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-01-15 15:39:42 +0100
commit8c25c63acf839b09e10d398cfa44d5a45d3ba7c0 (patch)
tree22fa7a27414d12910c1d360b89aac1221f89ab25 /src/smolbote.pro
parentUpdated firejail profile (diff)
downloadsmolbote-8c25c63acf839b09e10d398cfa44d5a45d3ba7c0.tar.xz
Download manager
Diffstat (limited to 'src/smolbote.pro')
-rw-r--r--src/smolbote.pro12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/smolbote.pro b/src/smolbote.pro
index d2eaa8c..bf7a05d 100644
--- a/src/smolbote.pro
+++ b/src/smolbote.pro
@@ -17,14 +17,20 @@ SOURCES += main.cpp \
widgets/webviewtabbar.cpp \
settings.cpp \
forms/profiledialog.cpp \
- webengine/webengineprofile.cpp
+ webengine/webengineprofile.cpp \
+ forms/downloaddialog.cpp \
+ webengine/downloaditemform.cpp
HEADERS += mainwindow.h \
browser.h \
widgets/webviewtabbar.h \
settings.h \
forms/profiledialog.h \
- webengine/webengineprofile.h
+ webengine/webengineprofile.h \
+ forms/downloaddialog.h \
+ webengine/downloaditemform.h
FORMS += mainwindow.ui \
- forms/profiledialog.ui
+ forms/profiledialog.ui \
+ forms/downloaddialog.ui \
+ webengine/downloaditemform.ui