Skip to content
  • 143k Topics
    719k Posts
    V
    I am trying to compile the virtualkeyboard and generate a ARM compatible .so file. I have the sysroots from buildroot and below is the cmake output. Source code URL: https://download.qt.io/archive/qt/6.8/6.8.1/submodules/qtvirtualkeyboard-everywhere-src-6.8.1.tar.xz Error message: Skipping the build as the condition "TARGET Qt::Quick" is not met. How to fix this? cmake . -- The CXX compiler identification is GNU 13.3.0 -- The C compiler identification is GNU 13.3.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /opt/my-os-sdk/buildroot/output/host/bin/arm-buildroot-linux-gnueabihf-g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /opt/my-os-sdk/buildroot/output/host/bin/arm-buildroot-linux-gnueabihf-gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Performing Test HAVE_STDATOMIC -- Performing Test HAVE_STDATOMIC - Success -- Found WrapAtomic: TRUE CMake Warning at /opt/my-os-sdk/buildroot/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/cmake/Qt6/3rdparty/extra-cmake-modules/find-modules/FindEGL.cmake:123 (find_package): By not providing "FindPlatformGraphics.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "PlatformGraphics", but CMake did not find one. Could not find a package configuration file provided by "PlatformGraphics" with any of the following names: PlatformGraphicsConfig.cmake platformgraphics-config.cmake Add the installation prefix of "PlatformGraphics" to CMAKE_PREFIX_PATH or set "PlatformGraphics_DIR" to a directory containing one of the above files. If "PlatformGraphics" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): /opt/my-os-sdk/buildroot/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/cmake/Qt6/FindGLESv2.cmake:13 (find_package) /opt/my-os-sdk/buildroot/output/host/share/cmake-3.31/Modules/CMakeFindDependencyMacro.cmake:76 (find_package) /opt/my-os-sdk/buildroot/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency) /opt/my-os-sdk/buildroot/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:35 (_qt_internal_find_third_party_dependencies) /opt/my-os-sdk/buildroot/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:53 (include) /opt/my-os-sdk/buildroot/output/host/share/cmake-3.31/Modules/CMakeFindDependencyMacro.cmake:76 (find_package) /opt/my-os-sdk/buildroot/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:143 (find_dependency) /opt/my-os-sdk/buildroot/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/cmake/Qt6Svg/Qt6SvgDependencies.cmake:43 (_qt_internal_find_qt_dependencies) /opt/my-os-sdk/buildroot/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/cmake/Qt6Svg/Qt6SvgConfig.cmake:53 (include) /opt/my-os-sdk/buildroot/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/cmake/Qt6/Qt6Config.cmake:191 (find_package) CMakeLists.txt:20 (find_package) -- Performing Test HAVE_EGL -- Performing Test HAVE_EGL - Success -- Found EGL: /opt/my-os-sdk/buildroot/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include (found version "1.5") CMake Warning at /opt/my-os-sdk/buildroot/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/cmake/Qt6/FindGLESv2.cmake:24 (find_package): By not providing "FindPlatformGraphics.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "PlatformGraphics", but CMake did not find one. Could not find a package configuration file provided by "PlatformGraphics" with any of the following names: PlatformGraphicsConfig.cmake platformgraphics-config.cmake Add the installation prefix of "PlatformGraphics" to CMAKE_PREFIX_PATH or set "PlatformGraphics_DIR" to a directory containing one of the above files. If "PlatformGraphics" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): /opt/my-os-sdk/buildroot/output/host/share/cmake-3.31/Modules/CMakeFindDependencyMacro.cmake:76 (find_package) /opt/my-os-sdk/buildroot/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency) /opt/my-os-sdk/buildroot/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:35 (_qt_internal_find_third_party_dependencies) /opt/my-os-sdk/buildroot/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:53 (include) /opt/my-os-sdk/buildroot/output/host/share/cmake-3.31/Modules/CMakeFindDependencyMacro.cmake:76 (find_package) /opt/my-os-sdk/buildroot/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:143 (find_dependency) /opt/my-os-sdk/buildroot/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/cmake/Qt6Svg/Qt6SvgDependencies.cmake:43 (_qt_internal_find_qt_dependencies) /opt/my-os-sdk/buildroot/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/cmake/Qt6Svg/Qt6SvgConfig.cmake:53 (include) /opt/my-os-sdk/buildroot/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/cmake/Qt6/Qt6Config.cmake:191 (find_package) CMakeLists.txt:20 (find_package) -- Performing Test HAVE_GLESv2 -- Performing Test HAVE_GLESv2 - Success Skipping the build as the condition "TARGET Qt::Quick" is not met. -- Configuring done (6.5s) -- Generating done (0.0s) -- Build files have been written to: /home/user/qt6virtualkeyboard-6.8.1
  • Jobs, project showcases, announcements - anything that isn't directly development
    4k 23k
    4k Topics
    23k Posts
    H
    I’d like to share something I’ve been working on recently: https://github.com/thefinalcutbg/QDento This software is based on DinoDent- a free open-source software I originally built for Bulgarian dental clinics. DinoDent has grown a lot over the past 3 years, however, since it is tightly connected to the Bulgarian healthcare system, I decided to create a clean international version. It's main purpose is to serve as a basis for development of custom software solution for dental practices in other countries, but even in its current shape it should be totally usable :)
  • Everything related to designing and design tools

    129 392
    129 Topics
    392 Posts
    J
    Using QT Designer might be the simpler route if the main goal is to keep the workflow smooth with Python. QT Design Studio projects often need manual adjustments before they run properly under PySide6.
  • Everything related to the QA Tools

    83 224
    83 Topics
    224 Posts
    B
    I have had a problem when editing the names.py manually in that Squish no longer recognises the object. I now delete the object and re-enter it after using the picker tool then add to object map. Not sure if this is what you meant, but hopefully this helps
  • Everything related to learning Qt.

    389 2k
    389 Topics
    2k Posts
    U
    @veerbhan I would recommend you to add with us (Me and Lehomar2vinci).
  • 2k Topics
    13k Posts
    JonBJ
    @J.Hilk said in Conditional operator as a statement: So when I say “Undertale rash,” I mean I get an allergic reaction to code that looks like that Not knowing about the game or its code, I wondered if you intended "Undertail rash" and were thinking of a rash on your private back bits! :)
  • 4k Topics
    18k Posts
    GrecKoG
    Le [=] n'étant pas nécessaire ici vu qu'il n'y a rien à capturer dans la lambda. connect(obj1, &MyObject::mySignal , this, [](int arg1){ qDebug() << arg1; });
  • This is where all the posts related to the Qt web services go. Including severe sillyness.
    1k 10k
    1k Topics
    10k Posts
    N
    Please kindly change it to “ntninja”. The old name has SHA-256 hash “27f1e1e6277cc13bfc65294c7af80d2d6bbe23c42eb2ed426547fbe6311e55c4” (no newline in input) and shall not be named, thank you.