From 906d4085b43194633dbbcbd047916490dca1e23f Mon Sep 17 00:00:00 2001 From: Jake Petroules Date: Tue, 15 Aug 2017 16:49:20 -0700 Subject: Make sure all files in the repository are shown in the Qbs project tree This is helpful when working with IDEs because it enables Find functions to work better, and avoids context switching to other editors. Change-Id: I419ab440bd2b43eaf712b2cc498cc6c2d6d9e21b Reviewed-by: Christian Kandeler --- qbs.qbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qbs.qbs') diff --git a/qbs.qbs b/qbs.qbs index 8146d5ab6..fa5cd5ba2 100644 --- a/qbs.qbs +++ b/qbs.qbs @@ -30,7 +30,7 @@ Project { Product { name: "qmake project files for qbs" - files: ["**/*.pr[io]"] + files: ["**/*.pr[io]", "sync.profile"] } AutotestRunner { -- cgit v1.2.3