;;; ;;; Linux only! ;;; ;;; just edit/recompile "cpp/*" ;;; (in-package :eql-user) #+linux (qauto-reload-c++ *lib* (in-src "Qt_EQL/eql_cpp")) #+linux (setf *lib-reloaded* 'show-current-apropos) (defun show-current-apropos (variable plugin) (! "setQuitOnLastWindowClosed" "QGuiApplication" nil) (let ((obj (symbol-value variable))) (assert (qt-object-p obj)) (qmsg (with-output-to-string (*standard-output*) (format t "Plugin ~S currently offers:
" plugin)
(qapropos nil obj)))))