Fix compile failed.
This commit is contained in:
parent
5fb614342d
commit
60cf8a3cae
@ -13,7 +13,9 @@ if(TARGET Boost::url)
|
||||
add_subdirectory(HttpProxy)
|
||||
endif()
|
||||
|
||||
add_subdirectory(QtComponets)
|
||||
if(TARGET Qt${QT_VERSION_MAJOR}::Core)
|
||||
add_subdirectory(QtComponets)
|
||||
endif()
|
||||
|
||||
if(TARGET Boost::log)
|
||||
add_subdirectory(Universal)
|
||||
|
@ -1,6 +1,7 @@
|
||||
#include "ProcessUtility.h"
|
||||
#include "BoostLog.h"
|
||||
#include "boost/algorithm/string.hpp"
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include <filesystem>
|
||||
#include <regex>
|
||||
#include <sstream>
|
||||
#ifdef __linux__
|
||||
|
Loading…
Reference in New Issue
Block a user