1. Update dbus interface xml files to
use QVariantMap as parameters and response;
2. Add api/schema/v1.yaml to generate all API types;
3. Remove qserializer.
Signed-off-by: black-desk <me@black-desk.cn>
- This commit make ll-builder support project-wide config.
It will look for .linglong/builder/config.yml in the current
directory and all the parent directories.
If not found, it will search linglong/builder/config.yml in QT config
paths.
All above failed, it will use the default config we installed to
CMAKE_INSTALL_DATADIR.
- This commit move builder templates install location as well.