chore: update files of project

This commit is contained in:
wuhai 2023-11-21 12:04:11 +08:00
parent b0d37265d0
commit 3bd2d13dd2
2 changed files with 6 additions and 0 deletions

View File

@ -41,6 +41,11 @@ sak_add_lrelease()
option(SAK_USING_GLOG "Using glog module." ON)
if(SAK_USING_GLOG)
add_compile_definitions(SAK_USING_GLOG)
set(WITH_GTEST OFF)
set(WITH_GFLAGS OFF)
set(BUILD_TESTING OFF)
sak_add_subdiretory("glog-master")
endif()

View File

@ -9,6 +9,7 @@
#ifndef SAKCOMPATIBILITY_H
#define SAKCOMPATIBILITY_H
#include <QDateTime>
#include <QFileInfo>
#include <QtGlobal>