From c13ec618d01c49142aa0d6dd1fb69d61aa0fff5c Mon Sep 17 00:00:00 2001 From: Felix Kauselmann Date: Sat, 18 Jul 2020 21:39:52 +0200 Subject: [PATCH] Move QsLog to third_party directory --- YACReader/YACReader.pro | 2 +- YACReaderLibrary/YACReaderLibrary.pro | 2 +- YACReaderLibraryServer/YACReaderLibraryServer.pro | 2 +- {QsLog => third_party/QsLog}/.clang-format | 0 {QsLog => third_party/QsLog}/QsLog.cpp | 0 {QsLog => third_party/QsLog}/QsLog.h | 0 {QsLog => third_party/QsLog}/QsLog.pri | 0 {QsLog => third_party/QsLog}/QsLogDest.cpp | 0 {QsLog => third_party/QsLog}/QsLogDest.h | 0 {QsLog => third_party/QsLog}/QsLogDestConsole.cpp | 0 {QsLog => third_party/QsLog}/QsLogDestConsole.h | 0 {QsLog => third_party/QsLog}/QsLogDestFile.cpp | 0 {QsLog => third_party/QsLog}/QsLogDestFile.h | 0 {QsLog => third_party/QsLog}/QsLogDestFunctor.cpp | 0 {QsLog => third_party/QsLog}/QsLogDestFunctor.h | 0 {QsLog => third_party/QsLog}/QsLogDisableForThisFile.h | 0 {QsLog => third_party/QsLog}/QsLogLevel.h | 0 {QsLog => third_party/QsLog}/QsLogSharedLibrary.pro | 0 18 files changed, 3 insertions(+), 3 deletions(-) rename {QsLog => third_party/QsLog}/.clang-format (100%) rename {QsLog => third_party/QsLog}/QsLog.cpp (100%) rename {QsLog => third_party/QsLog}/QsLog.h (100%) rename {QsLog => third_party/QsLog}/QsLog.pri (100%) rename {QsLog => third_party/QsLog}/QsLogDest.cpp (100%) rename {QsLog => third_party/QsLog}/QsLogDest.h (100%) rename {QsLog => third_party/QsLog}/QsLogDestConsole.cpp (100%) rename {QsLog => third_party/QsLog}/QsLogDestConsole.h (100%) rename {QsLog => third_party/QsLog}/QsLogDestFile.cpp (100%) rename {QsLog => third_party/QsLog}/QsLogDestFile.h (100%) rename {QsLog => third_party/QsLog}/QsLogDestFunctor.cpp (100%) rename {QsLog => third_party/QsLog}/QsLogDestFunctor.h (100%) rename {QsLog => third_party/QsLog}/QsLogDisableForThisFile.h (100%) rename {QsLog => third_party/QsLog}/QsLogLevel.h (100%) rename {QsLog => third_party/QsLog}/QsLogSharedLibrary.pro (100%) diff --git a/YACReader/YACReader.pro b/YACReader/YACReader.pro index ecad0461..3aec8790 100644 --- a/YACReader/YACReader.pro +++ b/YACReader/YACReader.pro @@ -177,7 +177,7 @@ win32:RESOURCES += yacreader_images_win.qrc unix:!macx:RESOURCES += yacreader_images_win.qrc macx:RESOURCES += yacreader_images_osx.qrc -include(../QsLog/QsLog.pri) +include(../third_party/QsLog/QsLog.pri) RC_FILE = icon.rc diff --git a/YACReaderLibrary/YACReaderLibrary.pro b/YACReaderLibrary/YACReaderLibrary.pro index b39293fc..26fd2e50 100644 --- a/YACReaderLibrary/YACReaderLibrary.pro +++ b/YACReaderLibrary/YACReaderLibrary.pro @@ -240,7 +240,7 @@ include(../compressed_archive/unarr/unarr-wrapper.pri) } include(./comic_vine/comic_vine.pri) -include(../QsLog/QsLog.pri) +include(../third_party/QsLog/QsLog.pri) include(../shortcuts_management/shortcuts_management.pri) RESOURCES += images.qrc files.qrc diff --git a/YACReaderLibraryServer/YACReaderLibraryServer.pro b/YACReaderLibraryServer/YACReaderLibraryServer.pro index f283bdb4..64f498be 100644 --- a/YACReaderLibraryServer/YACReaderLibraryServer.pro +++ b/YACReaderLibraryServer/YACReaderLibraryServer.pro @@ -95,7 +95,7 @@ include(../compressed_archive/unarr/unarr-wrapper.pri) } else { error(No compression backend specified. Did you mess with the build system?) } -include(../QsLog/QsLog.pri) +include(../third_party/QsLog/QsLog.pri) TRANSLATIONS = yacreaderlibraryserver_es.ts \ yacreaderlibraryserver_ru.ts \ diff --git a/QsLog/.clang-format b/third_party/QsLog/.clang-format similarity index 100% rename from QsLog/.clang-format rename to third_party/QsLog/.clang-format diff --git a/QsLog/QsLog.cpp b/third_party/QsLog/QsLog.cpp similarity index 100% rename from QsLog/QsLog.cpp rename to third_party/QsLog/QsLog.cpp diff --git a/QsLog/QsLog.h b/third_party/QsLog/QsLog.h similarity index 100% rename from QsLog/QsLog.h rename to third_party/QsLog/QsLog.h diff --git a/QsLog/QsLog.pri b/third_party/QsLog/QsLog.pri similarity index 100% rename from QsLog/QsLog.pri rename to third_party/QsLog/QsLog.pri diff --git a/QsLog/QsLogDest.cpp b/third_party/QsLog/QsLogDest.cpp similarity index 100% rename from QsLog/QsLogDest.cpp rename to third_party/QsLog/QsLogDest.cpp diff --git a/QsLog/QsLogDest.h b/third_party/QsLog/QsLogDest.h similarity index 100% rename from QsLog/QsLogDest.h rename to third_party/QsLog/QsLogDest.h diff --git a/QsLog/QsLogDestConsole.cpp b/third_party/QsLog/QsLogDestConsole.cpp similarity index 100% rename from QsLog/QsLogDestConsole.cpp rename to third_party/QsLog/QsLogDestConsole.cpp diff --git a/QsLog/QsLogDestConsole.h b/third_party/QsLog/QsLogDestConsole.h similarity index 100% rename from QsLog/QsLogDestConsole.h rename to third_party/QsLog/QsLogDestConsole.h diff --git a/QsLog/QsLogDestFile.cpp b/third_party/QsLog/QsLogDestFile.cpp similarity index 100% rename from QsLog/QsLogDestFile.cpp rename to third_party/QsLog/QsLogDestFile.cpp diff --git a/QsLog/QsLogDestFile.h b/third_party/QsLog/QsLogDestFile.h similarity index 100% rename from QsLog/QsLogDestFile.h rename to third_party/QsLog/QsLogDestFile.h diff --git a/QsLog/QsLogDestFunctor.cpp b/third_party/QsLog/QsLogDestFunctor.cpp similarity index 100% rename from QsLog/QsLogDestFunctor.cpp rename to third_party/QsLog/QsLogDestFunctor.cpp diff --git a/QsLog/QsLogDestFunctor.h b/third_party/QsLog/QsLogDestFunctor.h similarity index 100% rename from QsLog/QsLogDestFunctor.h rename to third_party/QsLog/QsLogDestFunctor.h diff --git a/QsLog/QsLogDisableForThisFile.h b/third_party/QsLog/QsLogDisableForThisFile.h similarity index 100% rename from QsLog/QsLogDisableForThisFile.h rename to third_party/QsLog/QsLogDisableForThisFile.h diff --git a/QsLog/QsLogLevel.h b/third_party/QsLog/QsLogLevel.h similarity index 100% rename from QsLog/QsLogLevel.h rename to third_party/QsLog/QsLogLevel.h diff --git a/QsLog/QsLogSharedLibrary.pro b/third_party/QsLog/QsLogSharedLibrary.pro similarity index 100% rename from QsLog/QsLogSharedLibrary.pro rename to third_party/QsLog/QsLogSharedLibrary.pro