Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

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

    Installation and Deployment
    3
    5
    2810
    Loading More Posts
    • 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
      Marco_105 last edited by

      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 Reply Quote 0
      • Q
        qxoz last edited by

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

        1 Reply Last reply Reply Quote 0
        • M
          Marco_105 last edited by

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

          What needed in the configure option ?

          1 Reply Last reply Reply Quote 0
          • K
            koahnig last edited by

            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 Reply Quote 0
            • M
              Marco_105 last edited by

              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 Reply Quote 0
              • First post
                Last post