QtApplication QML Type
Application with a dependency on the Qt Core module. More...
Import Statement: | import QbsConvenienceItems . |
Inherits: | |
Inherited By: |
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" } }
}