├── AUTHORS ├── BSD-3-Clause ├── CHANGELOG ├── CMakeLists.txt ├── README.md ├── cmake ├── FindInstallConfigPath.cmake ├── LXQtConfigVars.cmake.in ├── find-modules │ ├── FindClazy.cmake │ ├── FindExif.cmake │ ├── FindFontconfig.cmake │ ├── FindGLIB.cmake │ ├── FindMenuCache.cmake │ ├── FindUDev.cmake │ ├── FindXKBCommon.cmake │ ├── FindXTerm.cmake │ ├── FindXdgEmail.cmake │ ├── FindXdgMime.cmake │ ├── FindXdgOpen.cmake │ ├── FindXdgScreensaver.cmake │ ├── FindXdgSettings.cmake │ └── FindXdgUserDirs.cmake └── modules │ ├── ECMFindModuleHelpers.cmake │ ├── LXQtAppTranslationLoader.cpp.in │ ├── LXQtCompilerSettings.cmake │ ├── LXQtCreatePkgConfigFile.cmake │ ├── LXQtCreatePortableHeaders.cmake │ ├── LXQtLibTranslationLoader.cpp.in │ ├── LXQtPluginTranslationLoader.cpp.in │ ├── LXQtPreventInSourceBuilds.cmake │ ├── LXQtQueryQt.cmake │ ├── LXQtTranslate.cmake │ ├── LXQtTranslateDesktop.cmake │ ├── LXQtTranslateDesktopYaml.pl │ ├── LXQtTranslateTs.cmake.in │ ├── LXQtTranslationLoader.cmake │ ├── Qt6TranslationLoader.cmake │ └── Qt6TranslationLoader.cpp.in ├── lxqt-build-tools-config-version.cmake.in ├── lxqt-build-tools-config.cmake.in └── lxqt-transupdate /AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lxqt/lxqt-build-tools/HEAD/AUTHORS -------------------------------------------------------------------------------- /BSD-3-Clause: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lxqt/lxqt-build-tools/HEAD/BSD-3-Clause -------------------------------------------------------------------------------- /CHANGELOG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lxqt/lxqt-build-tools/HEAD/CHANGELOG -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lxqt/lxqt-build-tools/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lxqt/lxqt-build-tools/HEAD/README.md -------------------------------------------------------------------------------- /cmake/FindInstallConfigPath.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lxqt/lxqt-build-tools/HEAD/cmake/FindInstallConfigPath.cmake -------------------------------------------------------------------------------- /cmake/LXQtConfigVars.cmake.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lxqt/lxqt-build-tools/HEAD/cmake/LXQtConfigVars.cmake.in -------------------------------------------------------------------------------- /cmake/find-modules/FindClazy.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lxqt/lxqt-build-tools/HEAD/cmake/find-modules/FindClazy.cmake -------------------------------------------------------------------------------- /cmake/find-modules/FindExif.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lxqt/lxqt-build-tools/HEAD/cmake/find-modules/FindExif.cmake -------------------------------------------------------------------------------- /cmake/find-modules/FindFontconfig.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lxqt/lxqt-build-tools/HEAD/cmake/find-modules/FindFontconfig.cmake -------------------------------------------------------------------------------- /cmake/find-modules/FindGLIB.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lxqt/lxqt-build-tools/HEAD/cmake/find-modules/FindGLIB.cmake -------------------------------------------------------------------------------- /cmake/find-modules/FindMenuCache.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lxqt/lxqt-build-tools/HEAD/cmake/find-modules/FindMenuCache.cmake -------------------------------------------------------------------------------- /cmake/find-modules/FindUDev.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lxqt/lxqt-build-tools/HEAD/cmake/find-modules/FindUDev.cmake -------------------------------------------------------------------------------- /cmake/find-modules/FindXKBCommon.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lxqt/lxqt-build-tools/HEAD/cmake/find-modules/FindXKBCommon.cmake -------------------------------------------------------------------------------- /cmake/find-modules/FindXTerm.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lxqt/lxqt-build-tools/HEAD/cmake/find-modules/FindXTerm.cmake -------------------------------------------------------------------------------- /cmake/find-modules/FindXdgEmail.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lxqt/lxqt-build-tools/HEAD/cmake/find-modules/FindXdgEmail.cmake -------------------------------------------------------------------------------- /cmake/find-modules/FindXdgMime.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lxqt/lxqt-build-tools/HEAD/cmake/find-modules/FindXdgMime.cmake -------------------------------------------------------------------------------- /cmake/find-modules/FindXdgOpen.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lxqt/lxqt-build-tools/HEAD/cmake/find-modules/FindXdgOpen.cmake -------------------------------------------------------------------------------- /cmake/find-modules/FindXdgScreensaver.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lxqt/lxqt-build-tools/HEAD/cmake/find-modules/FindXdgScreensaver.cmake -------------------------------------------------------------------------------- /cmake/find-modules/FindXdgSettings.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lxqt/lxqt-build-tools/HEAD/cmake/find-modules/FindXdgSettings.cmake -------------------------------------------------------------------------------- /cmake/find-modules/FindXdgUserDirs.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lxqt/lxqt-build-tools/HEAD/cmake/find-modules/FindXdgUserDirs.cmake -------------------------------------------------------------------------------- /cmake/modules/ECMFindModuleHelpers.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lxqt/lxqt-build-tools/HEAD/cmake/modules/ECMFindModuleHelpers.cmake -------------------------------------------------------------------------------- /cmake/modules/LXQtAppTranslationLoader.cpp.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lxqt/lxqt-build-tools/HEAD/cmake/modules/LXQtAppTranslationLoader.cpp.in -------------------------------------------------------------------------------- /cmake/modules/LXQtCompilerSettings.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lxqt/lxqt-build-tools/HEAD/cmake/modules/LXQtCompilerSettings.cmake -------------------------------------------------------------------------------- /cmake/modules/LXQtCreatePkgConfigFile.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lxqt/lxqt-build-tools/HEAD/cmake/modules/LXQtCreatePkgConfigFile.cmake -------------------------------------------------------------------------------- /cmake/modules/LXQtCreatePortableHeaders.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lxqt/lxqt-build-tools/HEAD/cmake/modules/LXQtCreatePortableHeaders.cmake -------------------------------------------------------------------------------- /cmake/modules/LXQtLibTranslationLoader.cpp.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lxqt/lxqt-build-tools/HEAD/cmake/modules/LXQtLibTranslationLoader.cpp.in -------------------------------------------------------------------------------- /cmake/modules/LXQtPluginTranslationLoader.cpp.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lxqt/lxqt-build-tools/HEAD/cmake/modules/LXQtPluginTranslationLoader.cpp.in -------------------------------------------------------------------------------- /cmake/modules/LXQtPreventInSourceBuilds.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lxqt/lxqt-build-tools/HEAD/cmake/modules/LXQtPreventInSourceBuilds.cmake -------------------------------------------------------------------------------- /cmake/modules/LXQtQueryQt.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lxqt/lxqt-build-tools/HEAD/cmake/modules/LXQtQueryQt.cmake -------------------------------------------------------------------------------- /cmake/modules/LXQtTranslate.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lxqt/lxqt-build-tools/HEAD/cmake/modules/LXQtTranslate.cmake -------------------------------------------------------------------------------- /cmake/modules/LXQtTranslateDesktop.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lxqt/lxqt-build-tools/HEAD/cmake/modules/LXQtTranslateDesktop.cmake -------------------------------------------------------------------------------- /cmake/modules/LXQtTranslateDesktopYaml.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lxqt/lxqt-build-tools/HEAD/cmake/modules/LXQtTranslateDesktopYaml.pl -------------------------------------------------------------------------------- /cmake/modules/LXQtTranslateTs.cmake.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lxqt/lxqt-build-tools/HEAD/cmake/modules/LXQtTranslateTs.cmake.in -------------------------------------------------------------------------------- /cmake/modules/LXQtTranslationLoader.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lxqt/lxqt-build-tools/HEAD/cmake/modules/LXQtTranslationLoader.cmake -------------------------------------------------------------------------------- /cmake/modules/Qt6TranslationLoader.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lxqt/lxqt-build-tools/HEAD/cmake/modules/Qt6TranslationLoader.cmake -------------------------------------------------------------------------------- /cmake/modules/Qt6TranslationLoader.cpp.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lxqt/lxqt-build-tools/HEAD/cmake/modules/Qt6TranslationLoader.cpp.in -------------------------------------------------------------------------------- /lxqt-build-tools-config-version.cmake.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lxqt/lxqt-build-tools/HEAD/lxqt-build-tools-config-version.cmake.in -------------------------------------------------------------------------------- /lxqt-build-tools-config.cmake.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lxqt/lxqt-build-tools/HEAD/lxqt-build-tools-config.cmake.in -------------------------------------------------------------------------------- /lxqt-transupdate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lxqt/lxqt-build-tools/HEAD/lxqt-transupdate --------------------------------------------------------------------------------