CppApplication QML Type

C++ application. More...

Import Statement: import QbsConvenienceItems .
Inherits:

Product

Inherited By:

QtApplication

Detailed Description

A CppApplication is a product that has a dependency on the cpp module. It is entirely equivalent to the following:

 Application {
     Depends { name: "cpp" }
 }