aboutsummaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2020-04-19 14:22:29 +0300
committerAqua-sama <aqua@iserlohn-fortress.net>2020-04-19 16:51:21 +0300
commiteaa6623d1b82982509b8f5f51a44205a3d5f9b5f (patch)
tree038ecbba485c46ffda18055227009350dc01dc20 /src/meson.build
parentAdd args.wrap (diff)
downloadsmolbote-eaa6623d1b82982509b8f5f51a44205a3d5f9b5f.tar.xz
move lib/about to src/about
- add AboutDialog test - add SVG icon in place of application icon
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build
index 31f4ffc..1101b7a 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -7,6 +7,8 @@ poi_settings_h = custom_target('default_config_value',
command: [ python3, '@INPUT0@', '--kconfig=@INPUT1@', '--dotconfig=@INPUT2@', '--input=@INPUT3@', '--output=@OUTPUT@' ]
)
+subdir('about')
+
poi_sourceset.add(mod_qt5.preprocess(
moc_headers: ['browser.h',
'mainwindow/mainwindow.h', 'mainwindow/addressbar.h', 'mainwindow/menubar.h', 'mainwindow/widgets/completer.h', 'mainwindow/widgets/urllineedit.h', 'mainwindow/widgets/dockwidget.h', 'mainwindow/widgets/navigationbar.h', 'mainwindow/widgets/searchform.h',