Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMakeLists.txt: move camera_shaders to camera-qml target #6

Draft
wants to merge 1 commit into
base: herrie/qt6
Choose a base branch
from

Conversation

shr-project
Copy link

  • fixes build with qt 6.6 which checks that the target exists after: qt/qtshadertools@ba34050

  • fixes: | CMake Error at /OE/build/luneos-kirkstone/tmp-glibc/work/core2-64-webos-linux/org.webosports.app.camera/0.0.2-1+gitAUTOINC+fbcbee642d-r0/recipe-sysroot/usr/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:1773 (get_target_property):
    | get_target_property() called with non-existent target
    | "org.webosports.app.camera".
    | Call Stack (most recent call first):
    | /OE/build/luneos-kirkstone/tmp-glibc/work/core2-64-webos-linux/org.webosports.app.camera/0.0.2-1+gitAUTOINC+fbcbee642d-r0/recipe-sysroot-native/usr/lib/cmake/Qt6ShaderToolsTools/Qt6ShaderToolsMacros.cmake:93 (_qt_internal_expose_source_file_to_ide)
    | /OE/build/luneos-kirkstone/tmp-glibc/work/core2-64-webos-linux/org.webosports.app.camera/0.0.2-1+gitAUTOINC+fbcbee642d-r0/recipe-sysroot-native/usr/lib/cmake/Qt6ShaderToolsTools/Qt6ShaderToolsMacros.cmake:280 (_qt_internal_add_shaders_impl)
    | CMakeLists.txt:56 (qt6_add_shaders)

* fixes build with qt 6.6 which checks that the target exists after:
  qt/qtshadertools@ba34050

* fixes:
| CMake Error at /OE/build/luneos-kirkstone/tmp-glibc/work/core2-64-webos-linux/org.webosports.app.camera/0.0.2-1+gitAUTOINC+fbcbee642d-r0/recipe-sysroot/usr/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:1773 (get_target_property):
|   get_target_property() called with non-existent target
|   "org.webosports.app.camera".
| Call Stack (most recent call first):
|   /OE/build/luneos-kirkstone/tmp-glibc/work/core2-64-webos-linux/org.webosports.app.camera/0.0.2-1+gitAUTOINC+fbcbee642d-r0/recipe-sysroot-native/usr/lib/cmake/Qt6ShaderToolsTools/Qt6ShaderToolsMacros.cmake:93 (_qt_internal_expose_source_file_to_ide)
|   /OE/build/luneos-kirkstone/tmp-glibc/work/core2-64-webos-linux/org.webosports.app.camera/0.0.2-1+gitAUTOINC+fbcbee642d-r0/recipe-sysroot-native/usr/lib/cmake/Qt6ShaderToolsTools/Qt6ShaderToolsMacros.cmake:280 (_qt_internal_add_shaders_impl)
|   CMakeLists.txt:56 (qt6_add_shaders)

Signed-off-by: Martin Jansa <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant