aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2020-01-11 14:08:41 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2020-01-11 17:22:07 +0200
commit94144b358301b69639f96e4f674b876b99ffa26e (patch)
treea62e6980fa603c915d5481eda911888da3285b3e /meson.build
parentCode cleanup (diff)
downloadsmolbote-94144b358301b69639f96e4f674b876b99ffa26e.tar.xz
Refactor WebViewContextMenu
- Remove KDE Wallet code
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 0 insertions, 4 deletions
diff --git a/meson.build b/meson.build
index 49f3990..c033cac 100644
--- a/meson.build
+++ b/meson.build
@@ -39,10 +39,6 @@ add_project_arguments(cxx.get_supported_arguments([
'-Wimplicit-fallthrough',
]), language: 'cpp')
-add_project_link_arguments(cxx.get_supported_link_arguments([
- '-fuse-ld=gold'
-]), language: 'cpp')
-
mod_qt5 = import('qt5')
dep_qt5 = dependency('qt5',
modules: ['Core', 'Network', 'Widgets', 'WebEngineWidgets', 'Concurrent'],