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. How make a Qt5.01 GUI.exe with Windows7 & Mingwc ?[solved]
QtWS25 Last Chance

How make a Qt5.01 GUI.exe with Windows7 & Mingwc ?[solved]

Scheduled Pinned Locked Moved Installation and Deployment
5 Posts 3 Posters 3.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
    Marco_105
    wrote on last edited by
    #1

    Hello,
    I follow some instruction for creating un app_gui.exe (Qt5.01) on windows 7 dsktop and Mingwc, from the Qt appli that running nicely, but when i run it from my desktop folder i get a message about "need QtCored.dll", so i put it in the folder but that ask for another dll and again and again...

    So what ? impossible to make a app_gui running in solo without the complete Lib ?
    Some experiment user can drive me on a smart way to do it ?

    1 Reply Last reply
    0
    • Q Offline
      Q Offline
      qxoz
      wrote on last edited by
      #2

      Hi!
      Check this "deployment":http://qt-project.org/doc/qt-5.0/qtdoc/deployment-windows.html

      1 Reply Last reply
      0
      • M Offline
        M Offline
        Marco_105
        wrote on last edited by
        #3

        Thanks, i got a message about Make when i use complier now...

        What needed in the configure option ?

        1 Reply Last reply
        0
        • K Offline
          K Offline
          koahnig
          wrote on last edited by
          #4

          Certainly it is one way to use static linking. However, check the license implications.

          If you do not want to find out about the required dlls each time of a restart, you can use "dependency walker":http://www.dependencywalker.com/ to find out.

          Vote the answer(s) that helped you to solve your issue(s)

          1 Reply Last reply
          0
          • M Offline
            M Offline
            Marco_105
            wrote on last edited by
            #5

            koahnig: thanks for this, that could help.

            In deployement doc:
            @cd C:\path\to\Qt
            configure -static <any other options you need>@

            What mean :any other options you need

            Is it better installing : Qt4.8.4(mingW) and QtCreator 2.7 or Qt5.01(mingW) ?
            Is it neccessary install independant MingW also to make other way to complil ?

            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