QtApplication
Application with a dependency on the Qt Core module. More...
Inherits: | |
Inherited By: |
- List of all members, including inherited members
- QtApplication is part of List of All Items.
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" } }