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. Qt Deployment problems
Forum Updated to NodeBB v4.3 + New Features

Qt Deployment problems

Scheduled Pinned Locked Moved Installation and Deployment
6 Posts 3 Posters 1.4k Views 1 Watching
  • 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.
  • S Offline
    S Offline
    Shibu Jayasingh
    wrote on last edited by
    #1

    I am new to QT deployment processes.I am working in UI development. I created a deployment package which contains .exe and all dll's. then I test to run the package in the same system where i created the package after removing the QT setup.It is running perfectly. By seeing the task manager i noticed that, it taking 80,000 kb of ram to execute the application

    If i copied the same to some other system without QT setup and try to run that means, the .exe is launching the UI is not coming. here it is taking only 10,000kb. but its not giving any error

    anyone Answer, What is the problem with is? is it is the problem of dependency of any dlls. if that is the case means please suggest me a solution for this....??????????

                                                                                                           -----shibu
    
    1 Reply Last reply
    0
    • E Offline
      E Offline
      euchkatzl
      wrote on last edited by
      #2

      What system are you running at ?

      Can you start your app via console and post the output here ?

      1 Reply Last reply
      0
      • S Offline
        S Offline
        Shibu Jayasingh
        wrote on last edited by
        #3

        I am using windows 7 64 bit and using QT 5.3.2 for application development.
        I have added the following dll's in my project....

        myexe.exe
        imageformats
        platforms
        QtGraphicalEffects
        QtQml
        QtQuick
        QtQuick.2
        icudt52.dll
        icuin52.dll
        icuuc52.dll
        libEGL.dll
        libgcc_s_dw2-1.dll
        libstdc++-6.dll
        libwinpthread-1.dll
        Qt5Core.dll
        Qt5Gui.dll
        Qt5Network.dll
        Qt5Qml.dll
        Qt5Quick.dll
        Qt5Svg.dll
        Qt5Widgets.dll

        1 Reply Last reply
        0
        • S Offline
          S Offline
          Shibu Jayasingh
          wrote on last edited by
          #4

          In console i am not getting any error.I am getting the same response,.the application is running...

          1 Reply Last reply
          0
          • JKSHJ Offline
            JKSHJ Offline
            JKSH
            Moderators
            wrote on last edited by
            #5

            Hi,

            You are missing the QML plugins. See http://qt-project.org/wiki/Deploy_an_Application_on_Windows

            Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

            1 Reply Last reply
            0
            • S Offline
              S Offline
              Shibu Jayasingh
              wrote on last edited by
              #6

              no i included everything ...it is working perfectly in a system which don't have Qt and with visual studio...is there any dependencies b/w visual studio and Qt applications

              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