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