Move QsLog to third_party directory

This commit is contained in:
Felix Kauselmann 2020-07-18 21:39:52 +02:00
parent b9acd13120
commit c13ec618d0
18 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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 \