From 4c11a5cda484c46b3ec40e83918d686d09a714cd Mon Sep 17 00:00:00 2001 From: EndrII Date: Mon, 5 Apr 2021 00:15:44 +0300 Subject: [PATCH] added qmake plug --- plug.pro | 5 +++++ .../CopyrighFixer/{CopyrighFixer.cpp => copyrighfixer.cpp} | 2 +- .../CopyrighFixer/{CopyrighFixer.h => copyrighfixer.h} | 0 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 plug.pro rename src/Library/CopyrighFixer/{CopyrighFixer.cpp => copyrighfixer.cpp} (92%) rename src/Library/CopyrighFixer/{CopyrighFixer.h => copyrighfixer.h} (100%) diff --git a/plug.pro b/plug.pro new file mode 100644 index 0000000..be04603 --- /dev/null +++ b/plug.pro @@ -0,0 +1,5 @@ + +TEMPLATE = subdirs + +QMAKE_EXTRA_TARGETS += \ + test diff --git a/src/Library/CopyrighFixer/CopyrighFixer.cpp b/src/Library/CopyrighFixer/copyrighfixer.cpp similarity index 92% rename from src/Library/CopyrighFixer/CopyrighFixer.cpp rename to src/Library/CopyrighFixer/copyrighfixer.cpp index b54105f..c54c70c 100644 --- a/src/Library/CopyrighFixer/CopyrighFixer.cpp +++ b/src/Library/CopyrighFixer/copyrighfixer.cpp @@ -5,7 +5,7 @@ //# of this license document, but changing it is not allowed. //# -#include "CopyrighFixer.h" +#include "copyrighfixer.h" namespace CopyrighFixer { diff --git a/src/Library/CopyrighFixer/CopyrighFixer.h b/src/Library/CopyrighFixer/copyrighfixer.h similarity index 100% rename from src/Library/CopyrighFixer/CopyrighFixer.h rename to src/Library/CopyrighFixer/copyrighfixer.h