From 914e2be5f52f19a995649bed047e9d2d814a6a42 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sat, 23 Feb 2019 22:36:17 +0200 Subject: Add WIP Python REPL interface - Requires Python >= 3.0.0 and linenoise or linenoise-ng - WIP: not built into the browser itself --- lib/downloads/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/downloads') 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 -- cgit v1.2.1