From 266e8a768df25e9cf3a638e510a3026053997f80 Mon Sep 17 00:00:00 2001 From: Roland Winklmeier Date: Sat, 3 Feb 2018 15:59:09 +0100 Subject: [PATCH] Add .astylerc to project By adding it, QtCreator automatically finds and uses it in its Beautifier plugin. --- swift.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/swift.pro b/swift.pro index 287503eb5..db65ade24 100644 --- a/swift.pro +++ b/swift.pro @@ -6,6 +6,7 @@ CONFIG += ordered OTHER_FILES += mkspecs/features/*.prf OTHER_FILES += mkspecs/features/*.pri OTHER_FILES += *.supp +OTHER_FILES += .astylerc CheckMandatoryDependency(gl) CheckMandatoryDependency(glu)