Qbs Documentation

QtApplication Item

A QtApplication is a convenience item that is entirely equivalent to the following:

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