Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Tereius committed Dec 22, 2024
2 parents b418858 + ce2efc0 commit b0273c9
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 10 deletions.
3 changes: 1 addition & 2 deletions hostProfiles/androidArmv7.profile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ compiler=clang
compiler.version=17
compiler.libcxx=c++_shared
build_type=Release
[options]
qt/*:opengl=es2
[tool_requires]
cmake/3.23.5
android-ndk/r26b@de.privatehive/stable
android-sdk/latest@de.privatehive/stable
openjdk/19.0.2@de.privatehive/stable
3 changes: 1 addition & 2 deletions hostProfiles/androidArmv8.profile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ compiler=clang
compiler.version=17
compiler.libcxx=c++_shared
build_type=Release
[options]
qt/*:opengl=es2
[tool_requires]
cmake/3.23.5
android-ndk/r26b@de.privatehive/stable
android-sdk/latest@de.privatehive/stable
openjdk/19.0.2@de.privatehive/stable
3 changes: 1 addition & 2 deletions hostProfiles/androidx86.profile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ compiler=clang
compiler.version=17
compiler.libcxx=c++_shared
build_type=Release
[options]
qt/*:opengl=es2
[tool_requires]
cmake/3.23.5
android-ndk/r26b@de.privatehive/stable
android-sdk/latest@de.privatehive/stable
openjdk/19.0.2@de.privatehive/stable
3 changes: 1 addition & 2 deletions hostProfiles/androidx86_64.profile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ compiler=clang
compiler.version=17
compiler.libcxx=c++_shared
build_type=Release
[options]
qt/*:opengl=es2
[tool_requires]
cmake/3.23.5
android-ndk/r26b@de.privatehive/stable
android-sdk/latest@de.privatehive/stable
openjdk/19.0.2@de.privatehive/stable
15 changes: 15 additions & 0 deletions hostProfiles/iosArmv8.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[settings]
os=iOS
os.version=18.2
os.sdk=iphoneos
os.sdk_version=18.2
arch=armv8
compiler=apple-clang
compiler.cppstd=gnu17
compiler.libcxx=libc++
compiler.version=16
build_type=Release
[options]
shared=False
[tool_requires]
cmake/3.23.5
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": {
"major": 3,
"minor": 0,
"patch": 0,
"patch": 1,
"snapshot": false
},
"projectName": "libONVIF",
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ install(TARGETS
onvifevent
onvifdisplay
onvifanalytics
EXPORT libONVIFTargets RUNTIME DESTINATION bin ARCHIVE DESTINATION lib LIBRARY DESTINATION lib PUBLIC_HEADER DESTINATION include
EXPORT libONVIFTargets RUNTIME DESTINATION bin ARCHIVE DESTINATION lib LIBRARY DESTINATION lib PUBLIC_HEADER DESTINATION include BUNDLE DESTINATION .
)

install(EXPORT libONVIFTargets DESTINATION cmake)
Expand Down

0 comments on commit b0273c9

Please sign in to comment.