Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

qbs-2.1.2-1.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: qbs Distribution: openSUSE:Factory:zSystems
Version: 2.1.2 Vendor: openSUSE
Release: 1.1 Build date: Sat Nov 4 01:56:43 2023
Group: Unspecified Build host: s390zl26
Size: 9202199 Source RPM: qbs-2.1.2-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://wiki.qt.io/Qbs
Summary: Build tool for software projects
Qbs is a tool that helps simplify the build process for developing projects
across multiple platforms. Qbs can be used for any software project, whether
it is written with Qt or not.

Qbs is an all-in one tool that generates a build graph from a high-level
project description (like qmake or CMake) and additionally undertakes the tasks
of executing the commands in the low-level build graph (like make).

This package contains the command line interface. The Qt Creator IDE does
directly support working qbs projects.

Provides

Requires

License

LGPL-3.0-only

Changelog

* Thu Nov 02 2023 Christophe Marin <christophe@krop.fr>
  - Update to 2.1.2
    * Fixed Probe lookup in multiplexed products.
    * Fixed excessively slow module merging in some circumstances.
    * Fixed building QuickJS on x86 systems.
    * Fixed handling JS floating-point values for x86.
    * Fixed scope pollution and potential crash when assigning to
      provider properties.
    * Fixed potential access to freed JSValues.
* Fri Jul 28 2023 Christophe Marin <christophe@krop.fr>
  - Update to 2.1.0
    * Improved speed and correctness of project resolving.
    * Fixed possible segmentation fault when quitting a session.
    * Fixed regression in BinaryFile
    * Added possibility to import and export Qbs settings in
      the JSON format
    * Dependencies are no longer merged by default in the
      qbspkgconfig module provider
    * Protobuf modules now export the desired c++ version
      (c++17 on macOS, c++14 otherwise).
* Tue Jun 20 2023 Christophe Marin <christophe@krop.fr>
  - Update to 2.0.2. Check the installed changelog file for the
    list of changes.
  - Drop 0001-Use-qmake-qt5-for-openSUSE.patch. The correct way to
    select the Qt version version is to use:
    qbs setup-qt <path to qmake executable>
  - Simplify the license tag
* Sat Dec 03 2022 Dirk Müller <dmueller@suse.com>
  - update to 1.24.0:
    * Users can now control if and when warnings for deprecated properties are
      emitted.
    * Added FileInfo.executableSuffix().
* Sun Nov 20 2022 Andrea Manzini <andrea.manzini@suse.com>
  - Update to 1.23.2
    * Fix installation with cmake
    * Fixed setting up Qt 6.3 with qbspkgconfig.
    * Added QtScript module to the source tarballs
    * Fixed handling empty variables in qbspkgconfig
    * Added new module Sanitizers.address for simple cross-platform ASan configuration
    * Fixed building against static Qt 6
    * A new qbsModuleProviders property was added to Project and Product items which allows
      to specify which providers will be run (QBS-1604).
    * Added a new library for reading *.pc files which allows to avoid launching multiple pkg-config
      processes and also gives QBS more information about dependencies between *.pc files (QBS-1615).
    * A new qbspkgconfig provider was added which will replace the fallback provider (QBS-1614).
      This new provider uses the built-in library and is capable of setting Qt libraries as well.
    * capnproto and protobuf modules can now use runtime provided by the qbspkgconfig provider.
    * Qbs no longer migrates the "profiles/" dir from earlier Qbs versions (QTCREATORBUG-26475).
      Old directories might be cleaned up manually.
    * FileInfo now always uses high-precision timer on all OSes.
    * Fixed a problem with overriding stringList properties in ModuleProviders from command-line.
    * Added support for c++23.
    * Documentation: added a new page with the list of ModuleProviders.
    * Documentation: Qt provider now has its own page.
* Thu Sep 09 2021 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 1.20.0
    * CMake and Qbs builds now fully support building with Qt6.
    * Qbs now prints the old properties set when refusing to build
      a project with changed properties.
    * Added convenience command to qbs-config to add a profile in
      one go instead of setting properties separately.
    * Added profiling timer for module providers.
  - Check the changes-1.20.0.md file for other changes.
* Wed Jul 21 2021 Christophe Giboudeaux <christophe@krop.fr>
  - Remove the dmgbuild binary until it's ported to python 3.
  - Only install the license files once.
  - Drop fix-env-script-interpreter.patch. No longer needed.
* Sat Jul 03 2021 Ferdinand Thiessen <rpm@fthiessen.de>
  - Update to 1.19.1
    * Qt6 support
    * Project files update API depending on the Qt.gui module was removed.
    * Fix possible command line length issue with qmlimportscanner
    * Fix accessing binaries from libexec for Qt 6.1 and above
* Thu May 13 2021 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 1.19.0. No changelog.
* Thu Apr 29 2021 Christophe Giboudeaux <christophe@krop.fr>
  - Add patch to fix the qmake detection (boo#1185429):
    * 0001-Use-qmake-qt5-for-openSUSE.patch
  - Stop setting libexec paths for Tumbleweed. The default values
    can be used.
* Wed Jan 27 2021 Wang Jun <jgwang@suse.com>
  - Update to version 1.18.0
    * Features:
    - General:
    * It is no longer strictly required to provide a profile.
    * Sub-second timestamp resolutions are now supported on Unix
      systems.
    * Added a convenient replacement for
      product.moduleProperty("module", "property"), namely
      product.module.property.
    * The loadFile and loadExtension functions are deprecated in
      favor of the new require function, which accepts arguments of either
      form accepted by the deprecated functions.
    * Added new tool qbs-create-project to set up a new qbs
      project from an existing source tree.
    * FileTagger items can now have conditions.
    * Probe items can now appear directly under a Project item.
    - Cpp module:
    * Added support for QNX and the QCC toolchain
    * Added the cpp.useRPathLink property to control whether
      to use the -rpath-link linker option.
    * Provided the means to easily combine source files for the C
      language family in order to support "amalgamation builds".
    * Introduced cpp.treatSystemHeadersAsDependencies.
    - Qt modules:
    * Introduced property Qt.core.combineMocOutput.
    * Introduced Qt.core.enableKeywords for simple disabling of
      the "signals", "slots" and "emit" symbols.
    * Important bug fixes:
    - Improved scalability of parallel builds on Linux by starting
      Process commands via a dedicated launcher process.
    * Behavior changes:
    - The base directory for source files changed from the product
      source directory to the parent directory of the file where the
      files are listed.
  - Avoid the "env-script-interpreter" warning when building
    * Add fix-env-script-interpreter.patch
* Tue Sep 15 2020 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 1.17.0. Check the changes-1.17.0.md file for the
    complete changelog.
  - Important bug fixes:
    * Building Qt for Android applications as static libraries
      has been fixed
    * Fixed extraction of build information from CONFIG
      and QT_CONFIG variables in Qt installations
    * Compiler defines are now correctly passed to moc
      when processing header files
* Sun May 03 2020 Christophe Giboudeaux <christophe@krop.fr>
  - Update to 1.16.0. Check the changes-1.16.0.md file for the
    complete changelog.
    * List properties in modules are now merged according to
      inter-module dependencies.
    * The clang-cl toolchain module got more features and flexibility.
    * Improved support for recent Qt versions
    * A new ConanfileProbe allows better and more flexible
      integration of Qbs and the Conan package manager.

Files

/usr/bin/qbs
/usr/bin/qbs-config
/usr/bin/qbs-config-ui
/usr/bin/qbs-create-project
/usr/bin/qbs-setup-android
/usr/bin/qbs-setup-qt
/usr/bin/qbs-setup-toolchains
/usr/lib64/libqbscore.so.2.1
/usr/lib64/libqbscore.so.2.1.2
/usr/lib64/qbs
/usr/lib64/qbs/plugins
/usr/lib64/qbs/plugins/libclangcompilationdbgenerator.so
/usr/lib64/qbs/plugins/libiarewgenerator.so
/usr/lib64/qbs/plugins/libkeiluvgenerator.so
/usr/lib64/qbs/plugins/libmakefilegenerator.so
/usr/lib64/qbs/plugins/libqbs_cpp_scanner.so
/usr/lib64/qbs/plugins/libqbs_qt_scanner.so
/usr/lib64/qbs/plugins/libvisualstudiogenerator.so
/usr/libexec/qbs
/usr/libexec/qbs/qbs_processlauncher
/usr/share/doc/packages/qbs
/usr/share/doc/packages/qbs/README.md
/usr/share/doc/packages/qbs/changes-2.1.2.md
/usr/share/licenses/qbs
/usr/share/licenses/qbs/LGPL_EXCEPTION.txt
/usr/share/licenses/qbs/LICENSE.GPL3-EXCEPT
/usr/share/licenses/qbs/LICENSE.LGPLv21
/usr/share/licenses/qbs/LICENSE.LGPLv3
/usr/share/man/man1/qbs.1.gz
/usr/share/qbs
/usr/share/qbs/imports
/usr/share/qbs/imports/qbs
/usr/share/qbs/imports/qbs/BundleTools
/usr/share/qbs/imports/qbs/BundleTools/bundle-tools.js
/usr/share/qbs/imports/qbs/DarwinTools
/usr/share/qbs/imports/qbs/DarwinTools/darwin-tools.js
/usr/share/qbs/imports/qbs/ModUtils
/usr/share/qbs/imports/qbs/ModUtils/utils.js
/usr/share/qbs/imports/qbs/PathTools
/usr/share/qbs/imports/qbs/PathTools/path-tools.js
/usr/share/qbs/imports/qbs/Probes
/usr/share/qbs/imports/qbs/Probes/AndroidNdkProbe.qbs
/usr/share/qbs/imports/qbs/Probes/AndroidSdkProbe.qbs
/usr/share/qbs/imports/qbs/Probes/BinaryProbe.qbs
/usr/share/qbs/imports/qbs/Probes/ClBinaryProbe.qbs
/usr/share/qbs/imports/qbs/Probes/ClangClBinaryProbe.qbs
/usr/share/qbs/imports/qbs/Probes/ClangClProbe.qbs
/usr/share/qbs/imports/qbs/Probes/ConanfileProbe.qbs
/usr/share/qbs/imports/qbs/Probes/CosmicProbe.qbs
/usr/share/qbs/imports/qbs/Probes/DmcProbe.qbs
/usr/share/qbs/imports/qbs/Probes/FrameworkProbe.qbs
/usr/share/qbs/imports/qbs/Probes/GccBinaryProbe.qbs
/usr/share/qbs/imports/qbs/Probes/GccProbe.qbs
/usr/share/qbs/imports/qbs/Probes/GccVersionProbe.qbs
/usr/share/qbs/imports/qbs/Probes/IarProbe.qbs
/usr/share/qbs/imports/qbs/Probes/IcoUtilsVersionProbe.qbs
/usr/share/qbs/imports/qbs/Probes/IncludeProbe.qbs
/usr/share/qbs/imports/qbs/Probes/InnoSetupProbe.qbs
/usr/share/qbs/imports/qbs/Probes/JdkProbe.qbs
/usr/share/qbs/imports/qbs/Probes/JdkVersionProbe.qbs
/usr/share/qbs/imports/qbs/Probes/KeilProbe.qbs
/usr/share/qbs/imports/qbs/Probes/LibraryProbe.qbs
/usr/share/qbs/imports/qbs/Probes/MsvcProbe.qbs
/usr/share/qbs/imports/qbs/Probes/NodeJsProbe.qbs
/usr/share/qbs/imports/qbs/Probes/NpmProbe.qbs
/usr/share/qbs/imports/qbs/Probes/PathProbe.qbs
/usr/share/qbs/imports/qbs/Probes/PkgConfigProbe.qbs
/usr/share/qbs/imports/qbs/Probes/SdccProbe.qbs
/usr/share/qbs/imports/qbs/Probes/TypeScriptProbe.qbs
/usr/share/qbs/imports/qbs/Probes/WatcomProbe.qbs
/usr/share/qbs/imports/qbs/Probes/WiXProbe.qbs
/usr/share/qbs/imports/qbs/Probes/XcodeLocationProbe.qbs
/usr/share/qbs/imports/qbs/Probes/XcodeProbe.qbs
/usr/share/qbs/imports/qbs/Probes/path-probe.js
/usr/share/qbs/imports/qbs/UnixUtils
/usr/share/qbs/imports/qbs/UnixUtils/unix-utils.js
/usr/share/qbs/imports/qbs/WindowsUtils
/usr/share/qbs/imports/qbs/WindowsUtils/windows-utils.js
/usr/share/qbs/imports/qbs/base
/usr/share/qbs/imports/qbs/base/AndroidApk.qbs
/usr/share/qbs/imports/qbs/base/AppleApplicationDiskImage.qbs
/usr/share/qbs/imports/qbs/base/AppleDiskImage.qbs
/usr/share/qbs/imports/qbs/base/Application.qbs
/usr/share/qbs/imports/qbs/base/ApplicationExtension.qbs
/usr/share/qbs/imports/qbs/base/AutotestRunner.qbs
/usr/share/qbs/imports/qbs/base/CppApplication.qbs
/usr/share/qbs/imports/qbs/base/DynamicLibrary.qbs
/usr/share/qbs/imports/qbs/base/InnoSetup.qbs
/usr/share/qbs/imports/qbs/base/InstallPackage.qbs
/usr/share/qbs/imports/qbs/base/JavaClassCollection.qbs
/usr/share/qbs/imports/qbs/base/JavaJarFile.qbs
/usr/share/qbs/imports/qbs/base/Library.qbs
/usr/share/qbs/imports/qbs/base/LoadableModule.qbs
/usr/share/qbs/imports/qbs/base/NSISSetup.qbs
/usr/share/qbs/imports/qbs/base/NativeBinary.qbs
/usr/share/qbs/imports/qbs/base/NetModule.qbs
/usr/share/qbs/imports/qbs/base/NodeJSApplication.qbs
/usr/share/qbs/imports/qbs/base/QtApplication.qbs
/usr/share/qbs/imports/qbs/base/QtGuiApplication.qbs
/usr/share/qbs/imports/qbs/base/StaticLibrary.qbs
/usr/share/qbs/imports/qbs/base/WindowsInstallerPackage.qbs
/usr/share/qbs/imports/qbs/base/WindowsSetupPackage.qbs
/usr/share/qbs/imports/qbs/base/XPCService.qbs
/usr/share/qbs/module-providers
/usr/share/qbs/module-providers/Qt
/usr/share/qbs/module-providers/Qt/provider.qbs
/usr/share/qbs/module-providers/Qt/setup-qt.js
/usr/share/qbs/module-providers/Qt/templates
/usr/share/qbs/module-providers/Qt/templates/QtModule.qbs
/usr/share/qbs/module-providers/Qt/templates/QtPlugin.qbs
/usr/share/qbs/module-providers/Qt/templates/android_support.qbs
/usr/share/qbs/module-providers/Qt/templates/core.qbs
/usr/share/qbs/module-providers/Qt/templates/dbus.js
/usr/share/qbs/module-providers/Qt/templates/dbus.qbs
/usr/share/qbs/module-providers/Qt/templates/gui.qbs
/usr/share/qbs/module-providers/Qt/templates/moc.js
/usr/share/qbs/module-providers/Qt/templates/module.qbs
/usr/share/qbs/module-providers/Qt/templates/plugin.qbs
/usr/share/qbs/module-providers/Qt/templates/plugin_support.qbs
/usr/share/qbs/module-providers/Qt/templates/qdoc.js
/usr/share/qbs/module-providers/Qt/templates/qml.js
/usr/share/qbs/module-providers/Qt/templates/qml.qbs
/usr/share/qbs/module-providers/Qt/templates/qmlcache.qbs
/usr/share/qbs/module-providers/Qt/templates/quick.js
/usr/share/qbs/module-providers/Qt/templates/quick.qbs
/usr/share/qbs/module-providers/Qt/templates/rcc.js
/usr/share/qbs/module-providers/Qt/templates/scxml.qbs
/usr/share/qbs/module-providers/__fallback
/usr/share/qbs/module-providers/__fallback/fallback.qbs
/usr/share/qbs/module-providers/__fallback/provider.qbs
/usr/share/qbs/module-providers/qbspkgconfig.qbs
/usr/share/qbs/modules
/usr/share/qbs/modules/Android
/usr/share/qbs/modules/Android/android-utils.js
/usr/share/qbs/modules/Android/ndk
/usr/share/qbs/modules/Android/ndk/ndk.qbs
/usr/share/qbs/modules/Android/ndk/utils.js
/usr/share/qbs/modules/Android/sdk
/usr/share/qbs/modules/Android/sdk/sdk.qbs
/usr/share/qbs/modules/Android/sdk/utils.js
/usr/share/qbs/modules/Exporter
/usr/share/qbs/modules/Exporter/pkgconfig
/usr/share/qbs/modules/Exporter/pkgconfig/pkgconfig.js
/usr/share/qbs/modules/Exporter/pkgconfig/pkgconfig.qbs
/usr/share/qbs/modules/Exporter/qbs
/usr/share/qbs/modules/Exporter/qbs/qbsexporter.js
/usr/share/qbs/modules/Exporter/qbs/qbsexporter.qbs
/usr/share/qbs/modules/Sanitizers
/usr/share/qbs/modules/Sanitizers/address
/usr/share/qbs/modules/Sanitizers/address/asan.qbs
/usr/share/qbs/modules/archiver
/usr/share/qbs/modules/archiver/archiver.qbs
/usr/share/qbs/modules/autotest
/usr/share/qbs/modules/autotest/autotest.qbs
/usr/share/qbs/modules/bundle
/usr/share/qbs/modules/bundle/BundleModule.qbs
/usr/share/qbs/modules/bundle/MacOSX-Package-Types.xcspec
/usr/share/qbs/modules/bundle/MacOSX-Product-Types.xcspec
/usr/share/qbs/modules/bundle/bundle.js
/usr/share/qbs/modules/capnproto
/usr/share/qbs/modules/capnproto/capnproto.js
/usr/share/qbs/modules/capnproto/capnprotobase.qbs
/usr/share/qbs/modules/capnproto/cpp
/usr/share/qbs/modules/capnproto/cpp/capnprotocpp.qbs
/usr/share/qbs/modules/cli
/usr/share/qbs/modules/cli/CLIModule.qbs
/usr/share/qbs/modules/cli/cli.js
/usr/share/qbs/modules/cli/mono.qbs
/usr/share/qbs/modules/cli/windows-dotnet.qbs
/usr/share/qbs/modules/codesign
/usr/share/qbs/modules/codesign/CodeSignModule.qbs
/usr/share/qbs/modules/codesign/android.qbs
/usr/share/qbs/modules/codesign/apple.qbs
/usr/share/qbs/modules/codesign/codesign.js
/usr/share/qbs/modules/codesign/noop.qbs
/usr/share/qbs/modules/codesign/signtool.qbs
/usr/share/qbs/modules/cpp
/usr/share/qbs/modules/cpp/CppModule.qbs
/usr/share/qbs/modules/cpp/DarwinGCC.qbs
/usr/share/qbs/modules/cpp/GenericGCC.qbs
/usr/share/qbs/modules/cpp/LinuxGCC.qbs
/usr/share/qbs/modules/cpp/MingwBaseModule.qbs
/usr/share/qbs/modules/cpp/UnixGCC.qbs
/usr/share/qbs/modules/cpp/android-gcc.qbs
/usr/share/qbs/modules/cpp/cosmic.js
/usr/share/qbs/modules/cpp/cosmic.qbs
/usr/share/qbs/modules/cpp/cpp.js
/usr/share/qbs/modules/cpp/darwin.js
/usr/share/qbs/modules/cpp/dmc.js
/usr/share/qbs/modules/cpp/dmc.qbs
/usr/share/qbs/modules/cpp/freebsd-gcc.qbs
/usr/share/qbs/modules/cpp/freebsd.js
/usr/share/qbs/modules/cpp/gcc.js
/usr/share/qbs/modules/cpp/iar.js
/usr/share/qbs/modules/cpp/iar.qbs
/usr/share/qbs/modules/cpp/ios-gcc.qbs
/usr/share/qbs/modules/cpp/keil.js
/usr/share/qbs/modules/cpp/keil.qbs
/usr/share/qbs/modules/cpp/macos-gcc.qbs
/usr/share/qbs/modules/cpp/msvc.js
/usr/share/qbs/modules/cpp/qnx-qcc.qbs
/usr/share/qbs/modules/cpp/sdcc.js
/usr/share/qbs/modules/cpp/sdcc.qbs
/usr/share/qbs/modules/cpp/setuprunenv.js
/usr/share/qbs/modules/cpp/tvos-gcc.qbs
/usr/share/qbs/modules/cpp/watchos-gcc.qbs
/usr/share/qbs/modules/cpp/watcom.js
/usr/share/qbs/modules/cpp/watcom.qbs
/usr/share/qbs/modules/cpp/windows-clang-cl.qbs
/usr/share/qbs/modules/cpp/windows-clang-mingw.qbs
/usr/share/qbs/modules/cpp/windows-mingw.qbs
/usr/share/qbs/modules/cpp/windows-msvc-base.qbs
/usr/share/qbs/modules/cpp/windows-msvc.qbs
/usr/share/qbs/modules/cpufeatures
/usr/share/qbs/modules/cpufeatures/cpufeatures.qbs
/usr/share/qbs/modules/dmg
/usr/share/qbs/modules/dmg/DMGModule.qbs
/usr/share/qbs/modules/dmg/dmg.js
/usr/share/qbs/modules/freedesktop
/usr/share/qbs/modules/freedesktop/FreeDesktop.qbs
/usr/share/qbs/modules/freedesktop/freedesktop.js
/usr/share/qbs/modules/ib
/usr/share/qbs/modules/ib/IBModule.qbs
/usr/share/qbs/modules/ib/ib.js
/usr/share/qbs/modules/ico
/usr/share/qbs/modules/ico/IcoModule.qbs
/usr/share/qbs/modules/ico/ico.js
/usr/share/qbs/modules/innosetup
/usr/share/qbs/modules/innosetup/InnoSetupModule.qbs
/usr/share/qbs/modules/java
/usr/share/qbs/modules/java/JavaModule.qbs
/usr/share/qbs/modules/java/io
/usr/share/qbs/modules/java/io/qt
/usr/share/qbs/modules/java/io/qt/qbs
/usr/share/qbs/modules/java/io/qt/qbs/Artifact.java
/usr/share/qbs/modules/java/io/qt/qbs/ArtifactListJsonWriter.java
/usr/share/qbs/modules/java/io/qt/qbs/ArtifactListWriter.java
/usr/share/qbs/modules/java/io/qt/qbs/tools
/usr/share/qbs/modules/java/io/qt/qbs/tools/JavaCompilerScannerTool.java
/usr/share/qbs/modules/java/io/qt/qbs/tools/utils
/usr/share/qbs/modules/java/io/qt/qbs/tools/utils/JavaCompilerOptions.java
/usr/share/qbs/modules/java/io/qt/qbs/tools/utils/JavaCompilerScanner.java
/usr/share/qbs/modules/java/io/qt/qbs/tools/utils/NullFileObject.java
/usr/share/qbs/modules/java/utils.js
/usr/share/qbs/modules/lex_yacc
/usr/share/qbs/modules/lex_yacc/lexyacc.js
/usr/share/qbs/modules/lex_yacc/lexyacc.qbs
/usr/share/qbs/modules/nodejs
/usr/share/qbs/modules/nodejs/NodeJS.qbs
/usr/share/qbs/modules/nodejs/nodejs.js
/usr/share/qbs/modules/nsis
/usr/share/qbs/modules/nsis/NSISModule.qbs
/usr/share/qbs/modules/pkgconfig
/usr/share/qbs/modules/pkgconfig/pkgconfig.qbs
/usr/share/qbs/modules/protobuf
/usr/share/qbs/modules/protobuf/cpp
/usr/share/qbs/modules/protobuf/cpp/protobufcpp.qbs
/usr/share/qbs/modules/protobuf/nanopb
/usr/share/qbs/modules/protobuf/nanopb/nanopb.qbs
/usr/share/qbs/modules/protobuf/objc
/usr/share/qbs/modules/protobuf/objc/protobufobjc.qbs
/usr/share/qbs/modules/protobuf/protobuf.js
/usr/share/qbs/modules/protobuf/protobufbase.qbs
/usr/share/qbs/modules/qbs
/usr/share/qbs/modules/qbs/common.qbs
/usr/share/qbs/modules/qnx
/usr/share/qbs/modules/qnx/qnx.qbs
/usr/share/qbs/modules/texttemplate
/usr/share/qbs/modules/texttemplate/texttemplate.qbs
/usr/share/qbs/modules/typescript
/usr/share/qbs/modules/typescript/TypeScriptModule.qbs
/usr/share/qbs/modules/typescript/qbs-tsc-scan
/usr/share/qbs/modules/typescript/qbs-tsc-scan/qbs-tsc-scan.ts
/usr/share/qbs/modules/typescript/typescript.js
/usr/share/qbs/modules/vcs
/usr/share/qbs/modules/vcs/vcs-module.qbs
/usr/share/qbs/modules/wix
/usr/share/qbs/modules/wix/WiXModule.qbs
/usr/share/qbs/modules/xcode
/usr/share/qbs/modules/xcode/xcode.js
/usr/share/qbs/modules/xcode/xcode.qbs
/usr/share/qbs/qml-type-descriptions
/usr/share/qbs/qml-type-descriptions/qbs-bundle.json
/usr/share/qbs/qml-type-descriptions/qbs.qmltypes


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024