Enable the feature of the log-system to not include debug lines
(which are only for C++ devs) to be included in the compiled
binary.
This should help with size and with speed.
In Flowee the main repo I removed the Qt dependency for the stuff
we use and in this repo I stopped linking to the externally built
flowee libraries.
This introduces an import.sh which copies the flowee sources we use
in this plugin to sure there being minimumal external dependencies.