Files
qt-creator/share/qtcreator/templates/wizards/projects/plaincpp/file.qbs
Christian Kandeler b243a8d728 Wizards: Modernize qbs project templates
Change-Id: Ib6f6315f9730425d4fd3b566f66ed26aa1718695
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
2022-02-03 15:40:33 +00:00

8 lines
106 B
QML

import qbs
CppApplication {
consoleApplication: true
install: true
files: "%{CppFileName}"
}