Files
qt-creator/share/qtcreator/templates/wizards/projects/plaincpp/file.qbs

8 lines
106 B
QML
Raw Normal View History

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