diff options
Diffstat (limited to 'smolbote.qbs')
-rw-r--r-- | smolbote.qbs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/smolbote.qbs b/smolbote.qbs index 087249a..18112f0 100644 --- a/smolbote.qbs +++ b/smolbote.qbs @@ -82,6 +82,8 @@ Project { "src/widgets/dockingwidget.h", "src/widgets/loadingbar.cpp", "src/widgets/loadingbar.h", + "src/widgets/mainwindowmenubar.cpp", + "src/widgets/mainwindowmenubar.h", "src/widgets/urllineedit.cpp", "src/widgets/urllineedit.h", "src/widgets/webviewtabbar.cpp", @@ -147,6 +149,9 @@ Project { "src/forms/profiledialog.cpp", "src/forms/profiledialog.h", "src/forms/profiledialog.ui", + "src/forms/profilesdialog.cpp", + "src/forms/profilesdialog.h", + "src/forms/profilesdialog.ui", "src/webengine/webengineprofile.cpp", "src/webengine/webengineprofile.h", ] |