Skip to content

Commit 4037677

Browse files
committed
WIP: cmake: use patched version of cxx-qt-cmake
1 parent cb5e3bb commit 4037677

File tree

7 files changed

+28
-14
lines changed

7 files changed

+28
-14
lines changed

examples/demo_threading/CMakeLists.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,10 @@ if(NOT CxxQt_FOUND)
5656
include(FetchContent)
5757
FetchContent_Declare(
5858
CxxQt
59-
GIT_REPOSITORY https://github.com/kdab/cxx-qt-cmake.git
60-
GIT_TAG main
59+
# GIT_REPOSITORY https://github.com/kdab/cxx-qt-cmake.git
60+
# GIT_TAG main
61+
GIT_REPOSITORY https://github.com/ahayzen-kdab/cxx-qt-cmake.git
62+
GIT_TAG c353833f2e88655bf264ae16e10fad645ec6a721
6163
)
6264

6365
FetchContent_MakeAvailable(CxxQt)

examples/qml_features/CMakeLists.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,10 @@ if(NOT CxxQt_FOUND)
5656
include(FetchContent)
5757
FetchContent_Declare(
5858
CxxQt
59-
GIT_REPOSITORY https://github.com/kdab/cxx-qt-cmake.git
60-
GIT_TAG main
59+
# GIT_REPOSITORY https://github.com/kdab/cxx-qt-cmake.git
60+
# GIT_TAG main
61+
GIT_REPOSITORY https://github.com/ahayzen-kdab/cxx-qt-cmake.git
62+
GIT_TAG c353833f2e88655bf264ae16e10fad645ec6a721
6163
)
6264

6365
FetchContent_MakeAvailable(CxxQt)

examples/qml_minimal/CMakeLists.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,12 @@ if(NOT CxxQt_FOUND)
6565
include(FetchContent)
6666
FetchContent_Declare(
6767
CxxQt
68-
GIT_REPOSITORY https://github.com/kdab/cxx-qt-cmake.git
68+
# GIT_REPOSITORY https://github.com/kdab/cxx-qt-cmake.git
6969
# ANCHOR_END: book_cmake_find_cxx_qt_start
70-
GIT_TAG main
70+
# GIT_TAG main
7171
# ANCHOR: book_cmake_find_cxx_qt_end
72+
GIT_REPOSITORY https://github.com/ahayzen-kdab/cxx-qt-cmake.git
73+
GIT_TAG c353833f2e88655bf264ae16e10fad645ec6a721
7274
)
7375

7476
FetchContent_MakeAvailable(CxxQt)

examples/qml_multi_crates/CMakeLists.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,10 @@ if(NOT CxxQt_FOUND)
5555
include(FetchContent)
5656
FetchContent_Declare(
5757
CxxQt
58-
GIT_REPOSITORY https://github.com/kdab/cxx-qt-cmake.git
59-
GIT_TAG main
58+
# GIT_REPOSITORY https://github.com/kdab/cxx-qt-cmake.git
59+
# GIT_TAG main
60+
GIT_REPOSITORY https://github.com/ahayzen-kdab/cxx-qt-cmake.git
61+
GIT_TAG c353833f2e88655bf264ae16e10fad645ec6a721
6062
)
6163

6264
FetchContent_MakeAvailable(CxxQt)

tests/basic_cxx_only/CMakeLists.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,10 @@ if(NOT CxxQt_FOUND)
4646
include(FetchContent)
4747
FetchContent_Declare(
4848
CxxQt
49-
GIT_REPOSITORY https://github.com/kdab/cxx-qt-cmake.git
50-
GIT_TAG main
49+
# GIT_REPOSITORY https://github.com/kdab/cxx-qt-cmake.git
50+
# GIT_TAG main
51+
GIT_REPOSITORY https://github.com/ahayzen-kdab/cxx-qt-cmake.git
52+
GIT_TAG c353833f2e88655bf264ae16e10fad645ec6a721
5153
)
5254

5355
FetchContent_MakeAvailable(CxxQt)

tests/basic_cxx_qt/CMakeLists.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,10 @@ if(NOT CxxQt_FOUND)
4646
include(FetchContent)
4747
FetchContent_Declare(
4848
CxxQt
49-
GIT_REPOSITORY https://github.com/kdab/cxx-qt-cmake.git
50-
GIT_TAG main
49+
# GIT_REPOSITORY https://github.com/kdab/cxx-qt-cmake.git
50+
# GIT_TAG main
51+
GIT_REPOSITORY https://github.com/ahayzen-kdab/cxx-qt-cmake.git
52+
GIT_TAG c353833f2e88655bf264ae16e10fad645ec6a721
5153
)
5254

5355
FetchContent_MakeAvailable(CxxQt)

tests/qt_types_standalone/CMakeLists.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,10 @@ if(NOT CxxQt_FOUND)
4646
include(FetchContent)
4747
FetchContent_Declare(
4848
CxxQt
49-
GIT_REPOSITORY https://github.com/kdab/cxx-qt-cmake.git
50-
GIT_TAG main
49+
# GIT_REPOSITORY https://github.com/kdab/cxx-qt-cmake.git
50+
# GIT_TAG main
51+
GIT_REPOSITORY https://github.com/ahayzen-kdab/cxx-qt-cmake.git
52+
GIT_TAG c353833f2e88655bf264ae16e10fad645ec6a721
5153
)
5254

5355
FetchContent_MakeAvailable(CxxQt)

0 commit comments

Comments
 (0)