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/downloads | |
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/downloads')
-rw-r--r-- | lib/downloads/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/downloads/meson.build b/lib/downloads/meson.build index 761ab78..9b86391 100644 --- a/lib/downloads/meson.build +++ b/lib/downloads/meson.build @@ -1,5 +1,5 @@ downloads_inc = include_directories('.') -downloads_moc = qt5.preprocess( +downloads_moc = mod_qt5.preprocess( moc_headers: ['downloadswidget.h', 'widgets/downloaditemwidget.h', 'widgets/elidedlabel.h'], ui_files: ['downloadsform.ui', 'widgets/downloaditemform.ui'], dependencies: dep_qt5 |