Qbs

Blog Documentation Get Qbs
  • Qbs Manual
  • QbsConvenienceItems
  • QtApplication
  • Qbs 2.3.0
  • QtApplication QML Type

    Application with a dependency on the Qt Core module. More...

    Import Statement: import QbsConvenienceItems
    Inherits:

    CppApplication

    Inherited By:

    QtGuiApplication

    Detailed Description

    A QtApplication is a C++ application that has a dependency on the Qt.core module. It is entirely equivalent to the following:

    CppApplication {
        Depends { name: "Qt.core" }
    }