Qt Forum

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

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    Cannot Deploy Executable (nmake problems)

    General and Desktop
    3
    6
    2726
    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.
    • H
      hetelek last edited by

      Hello, I am new here and I am here to get some support with deplying my application built with Qt Creator. I have already posted my question on Stack Overflow, and I am much too lazy to transfer it over here, so I hope that is okay with all of you.

      My Question: http://stackoverflow.com/q/9674169/877651

      Thank you, Hetelek.

      1 Reply Last reply Reply Quote 0
      • L
        leon.anavi last edited by

        I have a simple tutorial about static builds of Qt apps. It's available at "Qt Dev Net wiki":http://qt-project.org/wiki/Build_Standalone_Qt_Application_for_Windows and "my personal website":http://www.anavi.org/article/140/. Instead of nmake you can use on MinGW. I personally prefer it.

        http://anavi.org/

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

          Looks like someone already gave you an answer there, but I'm much too lazy to tell you what it was. :)

          Software Engineer
          My views and opinions do not necessarily reflect those of anyone -- living or dead, real or fictional -- in this universe or any other similar multiverse node. Void where prohibited. Your mileage may vary. Caveat emptor.

          1 Reply Last reply Reply Quote 0
          • H
            hetelek last edited by

            [quote author="mlong" date="1331586057"]Looks like someone already gave you an answer there, but I'm much too lazy to tell you what it was. :)
            [/quote]

            Pff, I am never lazy. You should not be lazy and tell me :)

            1 Reply Last reply Reply Quote 0
            • H
              hetelek last edited by

              I think I figured it out. I am going to try it in a little bit, but someone on Stackoverflow said:

              !http://i.imgur.com/o3kLi.png()!

              Does anyone know how to change this path? Thanks for any help.

              1 Reply Last reply Reply Quote 0
              • H
                hetelek last edited by

                [quote author="leon.anavi" date="1331585800"]I have a simple tutorial about static builds of Qt apps. It's available at "Qt Dev Net wiki":http://qt-project.org/wiki/Build_Standalone_Qt_Application_for_Windows and "my personal website":http://www.anavi.org/article/140/. Instead of nmake you can use on MinGW. I personally prefer it.[/quote]

                I really hate posting 3 in a row... If a mod could delete the previous 2, that would be nice as I don't want everone to think because I am new I don't know how to post.

                But I was trying your tutorial, and also had trouble.

                Using Microsoft Visual Studio:
                qmake is not found... I have no idea what to do. I have the whole Qt SDK installed. Here is my output:
                http://pastie.org/3587651

                Using Mingw32:
                I don't know if I am really stupid or something, but when I go into a command prompt and type 'mingw32-make sub-src', it says mingw32-make is not a recognized command. I feel like I have to cd to a directory, but I don't know.

                Thanks again, hetelek.

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post