Skip to content

Commit

Permalink
Eddy the co patch 1 (#64) (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyTheCo authored Dec 27, 2023
1 parent 2adb07f commit b0293ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
include(CMakeFindDependencyMacro)
find_dependency(Qt6 REQUIRED COMPONENTS Core Gui Qml Quick Svg OPTIONAL_COMPONENTS Multimedia )
find_dependency(OpenCV REQUIRED COMPONENTS core objdetect imgproc flann features2d calib3d )
find_dependency(EstervDesigns 1.0 COMPONENTS SimpleStyle CustomControls CONFIG)
find_dependency(EstervDesigns 1.1 COMPONENTS SimpleStyle CustomControls CONFIG)
include ( "${CMAKE_CURRENT_LIST_DIR}/qrCode-config.cmake" )
4 changes: 2 additions & 2 deletions QtQrDec/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ endif(EMSCRIPTEN)
FetchContent_Declare(
EstervDesigns
GIT_REPOSITORY https://github.com/EddyTheCo/MyDesigns.git
GIT_TAG develop
FIND_PACKAGE_ARGS 1.0 COMPONENTS SimpleStyle CustomControls CONFIG
GIT_TAG v1.1.0
FIND_PACKAGE_ARGS 1.1 COMPONENTS SimpleStyle CustomControls CONFIG
)
FetchContent_MakeAvailable(EstervDesigns)

Expand Down

0 comments on commit b0293ff

Please sign in to comment.