mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: update files of project
This commit is contained in:
parent
b0d37265d0
commit
3bd2d13dd2
@ -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()
|
||||
|
||||
|
||||
@ -9,6 +9,7 @@
|
||||
#ifndef SAKCOMPATIBILITY_H
|
||||
#define SAKCOMPATIBILITY_H
|
||||
|
||||
#include <QDateTime>
|
||||
#include <QFileInfo>
|
||||
#include <QtGlobal>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user