From 580759a6b5f0da48e99e32b06470fe5686969712 Mon Sep 17 00:00:00 2001
From: Ammar Nejati <a.nejati@fz-juelich.de>
Date: Tue, 10 May 2022 20:09:10 +0200
Subject: [PATCH] Rename cmake/configurables/qt.conf => qt.conf.mac

`qt.conf` files for Linux and MacOS must be distingished.
---
 cmake/configurables/qt.conf     | 4 ----
 cmake/configurables/qt.conf.mac | 3 +++
 2 files changed, 3 insertions(+), 4 deletions(-)
 delete mode 100644 cmake/configurables/qt.conf
 create mode 100644 cmake/configurables/qt.conf.mac

diff --git a/cmake/configurables/qt.conf b/cmake/configurables/qt.conf
deleted file mode 100644
index 5f80cb791d2..00000000000
--- a/cmake/configurables/qt.conf
+++ /dev/null
@@ -1,4 +0,0 @@
-
-[Paths]
-Plugins = PlugIns
-  
\ No newline at end of file
diff --git a/cmake/configurables/qt.conf.mac b/cmake/configurables/qt.conf.mac
new file mode 100644
index 00000000000..3b86c710770
--- /dev/null
+++ b/cmake/configurables/qt.conf.mac
@@ -0,0 +1,3 @@
+# qt.conf for the MacOS package
+[Paths]
+Plugins = PlugIns
-- 
GitLab