Skip to content

Commit

Permalink
Qbs: Only create a run configuration for Tiled itself by default
Browse files Browse the repository at this point in the history
This avoids confusion for new users trying to run Tiled from Qt Creator.
The other targets can be added in the Projects view.

See issue #1661
  • Loading branch information
bjorn committed Jul 31, 2017
1 parent e8e9487 commit 78df450
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tiled/tiled.qbs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ QtGuiApplication {
Depends { name: "qtsingleapplication" }
Depends { name: "Qt"; submodules: ["core", "widgets"]; versionAtLeast: "5.4" }

property bool qtcRunnable: true

property string sparkleDir: {
if (qbs.architecture === "x86_64")
return "winsparkle/x64"
Expand Down

0 comments on commit 78df450

Please sign in to comment.