Skip to content

Commit b0293ff

Browse files
authored
Eddy the co patch 1 (#64) (#65)
1 parent 2adb07f commit b0293ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Config.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
include(CMakeFindDependencyMacro)
33
find_dependency(Qt6 REQUIRED COMPONENTS Core Gui Qml Quick Svg OPTIONAL_COMPONENTS Multimedia )
44
find_dependency(OpenCV REQUIRED COMPONENTS core objdetect imgproc flann features2d calib3d )
5-
find_dependency(EstervDesigns 1.0 COMPONENTS SimpleStyle CustomControls CONFIG)
5+
find_dependency(EstervDesigns 1.1 COMPONENTS SimpleStyle CustomControls CONFIG)
66
include ( "${CMAKE_CURRENT_LIST_DIR}/qrCode-config.cmake" )

QtQrDec/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ endif(EMSCRIPTEN)
88
FetchContent_Declare(
99
EstervDesigns
1010
GIT_REPOSITORY https://github.com/EddyTheCo/MyDesigns.git
11-
GIT_TAG develop
12-
FIND_PACKAGE_ARGS 1.0 COMPONENTS SimpleStyle CustomControls CONFIG
11+
GIT_TAG v1.1.0
12+
FIND_PACKAGE_ARGS 1.1 COMPONENTS SimpleStyle CustomControls CONFIG
1313
)
1414
FetchContent_MakeAvailable(EstervDesigns)
1515

0 commit comments

Comments
 (0)