SaiCore v1.0.0 initial release

This commit is contained in:
Karuma 2026-06-27 18:25:25 +03:00
parent 627fd209f9
commit 652f44fe7e
3 changed files with 3 additions and 2 deletions

View File

@ -80,7 +80,7 @@ set(SaiCore_MIMEICON_FILE resources/linux/ch.SaiCore.application-ubz.svg)
# Basic compiler settings
# ==========================================================================
set(CMAKE_CXX_STANDARD 17 CACHE STRING "C++ standard to use - defaults to C++17")
set(CMAKE_CXX_STANDARD 20 CACHE STRING "C++ standard to use - defaults to C++20")
set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTOUIC ON)

View File

@ -3,7 +3,7 @@
find_package(QuaZip-Qt${QT_VERSION} 1.0 QUIET)
if(QuaZip-Qt${QT_VERSION}_FOUND)
target_link_libraries(saicore
target_link_libraries(${PROJECT_NAME}
QuaZip::QuaZip
)
else()

1
repo.json Normal file
View File

@ -0,0 +1 @@
{"name":"saicore","description":"SaiCore","private":false}