Skip to content

Commit

Permalink
Update OBCMake
Browse files Browse the repository at this point in the history
  • Loading branch information
oblivioncth committed Oct 5, 2024
1 parent 34b5e68 commit 942631f
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 2,899 deletions.
9 changes: 4 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ project(QI-QMP

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

# Initialize project according to standard rules
include(OB/Project)
Expand Down Expand Up @@ -42,9 +42,8 @@ set(QI_QMP_QT_COMPONENTS
Network
)

add_compile_definitions(QT_DISABLE_DEPRECATED_BEFORE=0x060000)
include(OB/BetterFindQt6)
ob_find_qt6_package(REQUIRED COMPONENTS ${QI_QMP_QT_COMPONENTS})
include(OB/Qt)
ob_find_package_qt(REQUIRED COMPONENTS ${QI_QMP_QT_COMPONENTS})

# Fetch Qx (build and import from source)
set(QI_QMP_QX_COMPONENTS
Expand All @@ -53,7 +52,7 @@ set(QI_QMP_QX_COMPONENTS

include(OB/FetchQx)
ob_fetch_qx(
REF "v0.5.1"
REF "v0.5.8"
COMPONENTS
${QI_QMP_QX_COMPONENTS}
)
Expand Down
8 changes: 3 additions & 5 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 22)
set(DOXYGEN_HTML_COLORSTYLE_SAT 255)
set(DOXYGEN_HTML_COLORSTYLE_GAMMA 80)

# Setup documentation
ob_standard_documentation(${DOC_TARGET_NAME}
DOXY_VER 1.9.4
Expand All @@ -17,4 +12,7 @@ ob_standard_documentation(${DOC_TARGET_NAME}
INPUT_LIST
"${LIB_PATH}/src"
"${LIB_PATH}/include"
THEME_COLORS
PRIMARY "#CC6428"
NIGHT_PRIMARY "#E06B2C"
)
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 942631f

Please sign in to comment.