QtApplication

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

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" }
 }