diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2019-02-23 22:36:17 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2019-02-23 22:36:17 +0200 |
commit | 914e2be5f52f19a995649bed047e9d2d814a6a42 (patch) | |
tree | 53b82dc4d04acdc4522b695e8aec972913bd832c /lib/bookmarks | |
parent | SubWindow: closing tab restores previous index (diff) | |
download | smolbote-914e2be5f52f19a995649bed047e9d2d814a6a42.tar.xz |
Add WIP Python REPL interface
- Requires Python >= 3.0.0 and linenoise or linenoise-ng
- WIP: not built into the browser itself
Diffstat (limited to 'lib/bookmarks')
-rw-r--r-- | lib/bookmarks/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bookmarks/meson.build b/lib/bookmarks/meson.build index e0f2a61..cdcdd47 100644 --- a/lib/bookmarks/meson.build +++ b/lib/bookmarks/meson.build @@ -1,5 +1,5 @@ bookmarks_inc = include_directories('.') -bookmarks_moc = qt5.preprocess( +bookmarks_moc = mod_qt5.preprocess( moc_headers: ['bookmarkswidget.h', 'model/bookmarkmodel.h', 'forms/editbookmarkdialog.h'], ui_files: ['bookmarksform.ui', 'forms/editbookmarkdialog.ui'], dependencies: dep_qt5 |