logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dh_qmlcdeps - generate proper dependencies for QML cache files

Author

       Dmitry Shachnev <mitya57@debian.org>

perl v5.40.1                                       2025-03-08                                     DH_QMLCDEPS(1)

Description

dh_qmlcdeps is a debhelper program that looks for *.qmlc files (generated by qmlcachegen) in the package
       temporary locations, performs sanity check on them, and adds a dependency on libqt5qml5 package to
       ${qmlc:Depends} substitution variable to make sure its version matches the Qt version in these files.

       You can pass --withqmlcdeps to dh(1) to make it automatically call dh_qmlcdeps after dh_install.

Name

       dh_qmlcdeps - generate proper dependencies for QML cache files

See Also

debhelper(7)

Synopsis

dh_qmlcdeps [debhelperoptions]

See Also