aboutsummaryrefslogtreecommitdiffstats
path: root/qtcreator.pro
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2018-06-20 10:18:22 +0200
committerUlf Hermann <ulf.hermann@qt.io>2018-06-20 12:19:21 +0000
commite30837fc1f7821e2ec7db0644396f8ed2c4456b6 (patch)
tree68bc4f741ad035cd15476c9e08f91267c1a8de0a /qtcreator.pro
parent86754a015684491ef17991826ee84af7dd68b001 (diff)
Add all qbs files to qmake project
Change-Id: I365ece28bdd389d9a8fd9d85243238b901ca29d2 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'qtcreator.pro')
-rw-r--r--qtcreator.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtcreator.pro b/qtcreator.pro
index c4324555ba..214740353a 100644
--- a/qtcreator.pro
+++ b/qtcreator.pro
@@ -19,7 +19,7 @@ DISTFILES += dist/copyright_template.txt \
README.md \
$$files(dist/changes-*) \
qtcreator.qbs \
- qbs/pluginjson/pluginjson.qbs \
+ $$files(qbs/*, true) \
$$files(scripts/*.py) \
$$files(scripts/*.sh) \
$$files(scripts/*.pl)