QtApplication
Application with a dependency on the Qt Core module. More...
| 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" }
 }