Skip to content

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
czyt1988 committed Dec 29, 2023
1 parent e116491 commit ed71202
Show file tree
Hide file tree
Showing 4 changed files with 9,165 additions and 9,052 deletions.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ cmake_minimum_required(VERSION 3.5)

set(SARIBBON_VERSION_MAJOR 1)
set(SARIBBON_VERSION_MINOR 1)
set(SARIBBON_VERSION_PATCH 1)
set(SARIBBON_VERSION_PATCH 2)
set(SARIBBON_VERSION "${SARIBBON_VERSION_MAJOR}.${SARIBBON_VERSION_MINOR}.${SARIBBON_VERSION_PATCH}")
project(SARibbon VERSION ${SARIBBON_VERSION} LANGUAGES CXX)

# option(BUILD_SHARED_LIBS "build the SARibbonBar in shared lib mode" ON)
option(SARIBBON_BUILD_EXAMPLES "build the examples" ON)
# frameless能提供windows的窗口特效,如边缘吸附,且对高分屏多屏幕的支持更好
option(SARIBBON_USE_FRAMELESS_LIB "use frameless lib" OFF)

# load Qt library, minimum version required is 5.8
Expand Down
Loading

0 comments on commit ed71202

Please sign in to comment.