Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. APPLICATION DEPLOYMENT
QtWS25 Last Chance

APPLICATION DEPLOYMENT

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
5 Posts 3 Posters 453 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.
  • GREYONG Offline
    GREYONG Offline
    GREYON
    wrote on last edited by
    #1

    am trying to run may application in deployment state,i have all the dll available but am having this error, what can be the problem and how can it be solved. i need your help please.
    Capture.PNG

    1 Reply Last reply
    0
    • T Offline
      T Offline
      thecodemonkey
      wrote on last edited by
      #2

      Just to make sure: Does the deployed version of Qt5Widgets.dll match your application's Qt version?

      1 Reply Last reply
      0
      • GREYONG Offline
        GREYONG Offline
        GREYON
        wrote on last edited by
        #3

        Thanks people,the problem I mentioned above it's been solved now.However my application is expected to be connected to sql database.Before deployment,it was well connected to the database but after, running it outside qt creater environment now ,it has lost its connection with the database.What can be the cause?what could be missing? And what can be the solution? Please help.Thanks in advance.

        1 Reply Last reply
        0
        • Christian EhrlicherC Online
          Christian EhrlicherC Online
          Christian Ehrlicher
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @GREYON said in APPLICATION DEPLOYMENT:

          What can be the cause?what could be missing? And what can be the solution?

          Please search the forum - it's full of exactly this question.
          Hint: you most likely forgot to deploy the plugin (by not using windeployqt) or some dlls are missing by the plugin -> Dependency Walker

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

          GREYONG 1 Reply Last reply
          1
          • Christian EhrlicherC Christian Ehrlicher

            @GREYON said in APPLICATION DEPLOYMENT:

            What can be the cause?what could be missing? And what can be the solution?

            Please search the forum - it's full of exactly this question.
            Hint: you most likely forgot to deploy the plugin (by not using windeployqt) or some dlls are missing by the plugin -> Dependency Walker

            GREYONG Offline
            GREYONG Offline
            GREYON
            wrote on last edited by
            #5

            @Christian-Ehrlicher
            Thanks for your help .But in terms of windeplopqt ,I have used it already .But
            I don't have much knowledge on how to work with plugins,any help on this can be appreciated.I will try to look at the posted topic on this forum.

            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