Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. International
  3. India
  4. Deploy an QML App in Windows!

Deploy an QML App in Windows!

Scheduled Pinned Locked Moved India
7 Posts 2 Posters 4.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.
  • I Offline
    I Offline
    indruxneo
    wrote on 5 Feb 2013, 12:03 last edited by
    #1

    Hi there! I had just started working on QT and QML for a project!
    I had compiled a sample program with QT5.1 and used dependency walker for solving the dll dependencies!
    While running the exe it asked for more dependencies at last following dll were added

    icudt49.dll
    icuin49.dll
    icuuc49.dll
    libgcc_s_sjlj-1.dll
    libGLESv2.dll
    libstdc++-6.dll
    libwinpthread-1.dll
    Qt5Core.dll
    Qt5Declarative.dll
    Qt5Gui.dll
    Qt5Network.dll
    Qt5Script.dll
    Qt5Sql.dll
    Qt5Widgets.dll
    Qt5XmlPatterns.dll

    Atlast it gave me an VC Runtime error! Any idea how to solve this!

    x-neo

    1 Reply Last reply
    0
    • S Offline
      S Offline
      sierdzio
      Moderators
      wrote on 5 Feb 2013, 12:09 last edited by
      #2

      VC redistributable not installed? And you need to add QPA plugin for your platform (copy qwindows.dll to plugins/platforms. If I remember the path well, that is ;) ).

      (Z(:^

      1 Reply Last reply
      0
      • I Offline
        I Offline
        indruxneo
        wrote on 5 Feb 2013, 12:15 last edited by
        #3

        @sierdzio But I think VC Runtime is required only for deploying apps developed with Qt-VC, but I was using Qt-MinGW

        x-neo

        1 Reply Last reply
        0
        • S Offline
          S Offline
          sierdzio
          Moderators
          wrote on 5 Feb 2013, 12:19 last edited by
          #4

          Ah yes, you are right. Are you sure you have MinGW build of Qt? You cannot mix libraries build with MSVC with MinGW code (there is no binary compatibility).

          (Z(:^

          1 Reply Last reply
          0
          • I Offline
            I Offline
            indruxneo
            wrote on 5 Feb 2013, 12:29 last edited by
            #5

            Yes! Its MinGW build!
            'k! Is there any simple tutorial for deploying QML apps on windows!

            x-neo

            1 Reply Last reply
            0
            • S Offline
              S Offline
              sierdzio
              Moderators
              wrote on 5 Feb 2013, 12:33 last edited by
              #6

              Hm, it could be that ICU was built with MSVC.

              Anyway, no, I have not encountered a deployment tutorial for Qt5. But search, maybe some good lad has created a wiki for it here on DevNet.

              (Z(:^

              1 Reply Last reply
              0
              • I Offline
                I Offline
                indruxneo
                wrote on 5 Feb 2013, 12:36 last edited by
                #7

                Anyway thanks sierdzio!

                x-neo

                1 Reply Last reply
                0

                7/7

                5 Feb 2013, 12:36

                • Login

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