From 953fb0d3f00a9f49c78eb18d38fb2cf141ff80f0 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Thu, 9 Feb 2017 17:35:34 +0100 Subject: Added bookmark dialog --- src/smolbote.qbs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/smolbote.qbs') diff --git a/src/smolbote.qbs b/src/smolbote.qbs index 1f23534..ec0c9d5 100644 --- a/src/smolbote.qbs +++ b/src/smolbote.qbs @@ -34,6 +34,9 @@ Project { "forms/blockerdialog.cpp", "forms/blockerdialog.h", "forms/blockerdialog.ui", + "forms/bookmarksdialog.cpp", + "forms/bookmarksdialog.h", + "forms/bookmarksdialog.ui", "forms/downloaddialog.cpp", "forms/downloaddialog.h", "forms/downloaddialog.ui", @@ -67,6 +70,8 @@ Project { "widgets/urllineedit.h", "widgets/webviewtabbar.cpp", "widgets/webviewtabbar.h", + "xbel/xbel.cpp", + "xbel/xbel.h", ] Depends { name: "Qt"; submodules: ["core", "widgets", "webengine", "webenginewidgets"] } -- cgit v1.2.1