From 883d4d81d5fe104f25eb67c600c38d33f29a0221 Mon Sep 17 00:00:00 2001 From: dzmat Date: Tue, 3 Apr 2018 00:04:58 +0700 Subject: [PATCH] Make uncrustify.cfg available to Qt Creator IDE --- qbittorrent.pro | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qbittorrent.pro b/qbittorrent.pro index c2791bfe0..9f5de7d77 100644 --- a/qbittorrent.pro +++ b/qbittorrent.pro @@ -17,3 +17,7 @@ tarball.commands += xz -f $${PROJECT_NAME}-$${PROJECT_VERSION}.tar && tarball.commands += rm -fR $${PROJECT_NAME}-$${PROJECT_VERSION} QMAKE_EXTRA_TARGETS += tarball + +# For Qt Creator beautifier +DISTFILES += \ + uncrustify.cfg