Qbs-Example: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
[[Category:Tools::qbs]]


= Hello, World! =
Here's the smallest qbs project you will ever see (source file omitted).<br />More (and more complex) examples can be found in the examples/ subdirectory of the qbs source tree.
<code><br />import qbs
CppApplication {<br /> name: &quot;HelloWorld-minimal&amp;quot;<br /> files: &quot;main.cpp&amp;quot;<br />}

Revision as of 09:26, 25 February 2015