This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
qt-creator
Watch
1
Star
0
Fork
0
You've already forked qt-creator
forked from
qt-creator/qt-creator
Code
Pull Requests
Activity
Files
a65f2ac27bf99392fb57fbacc76355fe95b8049c
qt-creator
/
share
/
qtcreator
/
templates
/
wizards
/
projects
/
plaincpp
/
file.qbs
8 lines
106 B
QML
Raw
Normal View
History
Unescape
Escape
QbsProjectManager: Support the "plain C" and "plain C++" wizards. Change-Id: Idcc8459660526f972949a6f6908acc19bd52a4f7 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
2013-07-26 17:28:06 +02:00
import
qbs
Project Wizards: Update the qbs templates - Remove the unneeded Project item. - Remove the minimumQbsVersion property. It was originally added to suppress warnings in some ancient qbs. - Install applications to the bin/ directory by default. - Add main.qml to the files list in the QtQuick template. It is good practice to list all source files in a project file, and in this case it is even required for building against a static Qt. - Remove an unused file. Change-Id: I05f36e8ae64c0a2150639760db9630dd5d613ab9 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
2018-09-07 15:22:02 +02:00
CppApplication
{
consoleApplication:
true
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 12:18:09 +01:00
install:
true
Project Wizards: Update the qbs templates - Remove the unneeded Project item. - Remove the minimumQbsVersion property. It was originally added to suppress warnings in some ancient qbs. - Install applications to the bin/ directory by default. - Add main.qml to the files list in the QtQuick template. It is good practice to list all source files in a project file, and in this case it is even required for building against a static Qt. - Remove an unused file. Change-Id: I05f36e8ae64c0a2150639760db9630dd5d613ab9 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
2018-09-07 15:22:02 +02:00
files:
"%{CppFileName}"
QbsProjectManager: Support the "plain C" and "plain C++" wizards. Change-Id: Idcc8459660526f972949a6f6908acc19bd52a4f7 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
2013-07-26 17:28:06 +02:00
}
Copy Permalink