Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oblivioncth committed Oct 12, 2024
1 parent c4fee3c commit 26937af
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 3,268 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ project(STARpp

# Get helper scripts
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/FetchOBCMake.cmake)
fetch_ob_cmake("v0.3.5")
fetch_ob_cmake("9f45dec8dc1cd09d99862b7b7ea335b361cf7ff7")

# Initialize project according to standard rules
include(OB/Project)
Expand Down Expand Up @@ -54,8 +54,8 @@ endif()

# Find Qt package
add_compile_definitions(QT_DISABLE_DEPRECATED_BEFORE=0x060000)
include(OB/BetterFindQt6)
ob_find_qt6_package(REQUIRED COMPONENTS ${STARPP_QT_COMPONENTS})
include(OB/Qt)
ob_find_package_qt(REQUIRED COMPONENTS ${STARPP_QT_COMPONENTS})

# Fetch Qx (build and import from source)
set(STARPP_QX_COMPONENTS
Expand All @@ -65,7 +65,7 @@ set(STARPP_QX_COMPONENTS

include(OB/FetchQx)
ob_fetch_qx(
REF "v0.5.6"
REF "v0.5.8"
COMPONENTS
${STARPP_QX_COMPONENTS}
)
Expand Down
9 changes: 3 additions & 6 deletions doc/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# Include standard documentation target creator
include(OB/Documentation)

# Set project specific doxygen overrides
set(DOXYGEN_HTML_COLORSTYLE_HUE 192)
set(DOXYGEN_HTML_COLORSTYLE_SAT 255)
set(DOXYGEN_HTML_COLORSTYLE_GAMMA 70)

# See https://github.com/doxygen/doxygen/issues/9892
list(APPEND DOXYGEN_PREDEFINED
STAR_BASE_EXPORT=
Expand All @@ -14,10 +9,12 @@ list(APPEND DOXYGEN_PREDEFINED
ob_standard_documentation(${DOC_TARGET_NAME}
DOXY_VER 1.9.4
PROJ_NAME "${PROJECT_NAME_FORMAL}"
QT_PREFIX "${Qt6_PREFIX_PATH}"
QT_MODULES
qtcore
INPUT_LIST
"${LIB_PATH}/src"
"${LIB_PATH}/include"
THEME_COLORS
PRIMARY "#28B3CC"
NIGHT_PRIMARY "#2BAAC6"
)
92 changes: 0 additions & 92 deletions doc/res/header.html

This file was deleted.

39 changes: 0 additions & 39 deletions doc/res/theme/doxygen-awesome/doxygen-awesome-customize.css

This file was deleted.

157 changes: 0 additions & 157 deletions doc/res/theme/doxygen-awesome/doxygen-awesome-darkmode-toggle.js

This file was deleted.

Loading

0 comments on commit 26937af

Please sign in to comment.