Qbs

Blog Documentation Get Qbs Community
  • Qbs Manual
  • QbsConvenienceItems
  • ObjectLibrary
  • Qbs 3.3.0
  • ObjectLibrary

    A collection of object files. More...

    Inherits:

    CppLibrary

    Detailed Description

    An ObjectLibrary item is a library of the type "objectlibrary". It behaves exactly like a StaticLibrary, except that the object files are not packaged into a container. It is suitable if the library does not need to be installed and distributed, for instance when it is used as an internal abstraction inside a project.