Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. QA Tools
  3. Squish
  4. Squish gives error before hooking into qt qml app

Squish gives error before hooking into qt qml app

Scheduled Pinned Locked Moved Solved Squish
2 Posts 2 Posters 1.1k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    manny_lp
    wrote on last edited by
    #1

    I have qt qml application that needs to be tested with Squish on an embedded linux device. While attaching the squish to my qt app , i get the following errors. Any idea about these?
    Failed to load wrapper extension SquishDeclarative: libQt5Declarative.so.5: cannot open shared object file: No such file or directory
    Property QPointingDeviceUniqueId::numericId has unknown type FInt64.
    Property QGraphicsView::renderHints has unknown type QFlagsQPainter::RenderHint.
    Property QGraphicsView::cacheMode has unknown type QFlagsQGraphicsView::CacheModeFlag.
    Property QGraphicsView::optimizationFlags has unknown type QFlagsQGraphicsView::OptimizationFlag.

    C 1 Reply Last reply
    0
    • M manny_lp

      I have qt qml application that needs to be tested with Squish on an embedded linux device. While attaching the squish to my qt app , i get the following errors. Any idea about these?
      Failed to load wrapper extension SquishDeclarative: libQt5Declarative.so.5: cannot open shared object file: No such file or directory
      Property QPointingDeviceUniqueId::numericId has unknown type FInt64.
      Property QGraphicsView::renderHints has unknown type QFlagsQPainter::RenderHint.
      Property QGraphicsView::cacheMode has unknown type QFlagsQGraphicsView::CacheModeFlag.
      Property QGraphicsView::optimizationFlags has unknown type QFlagsQGraphicsView::OptimizationFlag.

      C Offline
      C Offline
      clanhuth
      wrote on last edited by
      #2

      @manny_lp said in Squish gives error before hooking into qt qml app:

      bedded linux device. While attaching the squish to my qt app , i get the following errors. Any idea about these?
      Failed to load wrapper extension SquishDeclarative: libQt5Declarative.so.5: cannot open shared object file: No such file or directory

      Hi,

      This should be okay, unless your application is based on QML 1, because the SquishDeclarative extension should contain the QML 1 support, not the support for QML 2.

      Property QPointingDeviceUniqueId::numericId has unknown type FInt64.
      Property QGraphicsView::renderHints has unknown type QFlagsQPainter::RenderHint.
      Property QGraphicsView::cacheMode has unknown type QFlagsQGraphicsView::CacheModeFlag.

      These are normal messages that can be ignored.

      Best regards,
      Clemens Anhuth

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved