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/webprofile/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/webprofile') diff --git a/lib/webprofile/meson.build b/lib/webprofile/meson.build index af4cfcb..b3836cc 100644 --- a/lib/webprofile/meson.build +++ b/lib/webprofile/meson.build @@ -1,6 +1,6 @@ webprofile_lib = static_library('webprofile', ['webprofilemanager.cpp', 'webprofile.cpp', interfaces_moc, - qt5.preprocess(moc_headers: ['webprofilemanager.h', 'webprofile.h'], dependencies: dep_qt5)], + mod_qt5.preprocess(moc_headers: ['webprofilemanager.h', 'webprofile.h'], dependencies: dep_qt5)], dependencies: dep_qt5, include_directories: [include] ) -- cgit v1.2.1