Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt5Test.dll error After Deployment of OpenCV application
Forum Updated to NodeBB v4.3 + New Features

Qt5Test.dll error After Deployment of OpenCV application

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 3 Posters 388 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
    MK97w
    wrote on last edited by
    #1

    Hi Everyone,

    I made an OpenCV application for Windows in QT5.15 minGW 32. For deployment i used windeployqt and inno setup for making it's installer.

    However, when the application installed to different computers rather than mine, i always observe Qt5Test.dll error.

    I have used windeployqt + inno setup for multiple applications and never seen such error before. So i suspect it can be related with OpenCV

    Had anyone face a similar issue before?

    C 1 Reply Last reply
    0
    • M MK97w

      Hi Everyone,

      I made an OpenCV application for Windows in QT5.15 minGW 32. For deployment i used windeployqt and inno setup for making it's installer.

      However, when the application installed to different computers rather than mine, i always observe Qt5Test.dll error.

      I have used windeployqt + inno setup for multiple applications and never seen such error before. So i suspect it can be related with OpenCV

      Had anyone face a similar issue before?

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

      @MK97w The executable(s) you are deploying would appear to contain unit tests that use QtTest. Bundling the unit tests is unusual not least because they would normally only be built in debug mode..

      M 1 Reply Last reply
      0
      • C ChrisW67

        @MK97w The executable(s) you are deploying would appear to contain unit tests that use QtTest. Bundling the unit tests is unusual not least because they would normally only be built in debug mode..

        M Offline
        M Offline
        MK97w
        wrote on last edited by
        #3

        @ChrisW67

        I forgot to mention that I built the application in release mode and used the output executable for windeployqt.

        Also, i didn't add anything to the project QTest related.

        Christian EhrlicherC 1 Reply Last reply
        0
        • M MK97w

          @ChrisW67

          I forgot to mention that I built the application in release mode and used the output executable for windeployqt.

          Also, i didn't add anything to the project QTest related.

          Christian EhrlicherC Offline
          Christian EhrlicherC Offline
          Christian Ehrlicher
          Lifetime Qt Champion
          wrote on last edited by Christian Ehrlicher
          #4

          If you would not use anything from QTest library then windows would not ask for it. Maybe look with Dependency Walker to see where it comes from.

          Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
          Visit the Qt Academy at https://academy.qt.io/catalog

          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