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. Problems following instructions in article Deploying Applications on Windows

Problems following instructions in article Deploying Applications on Windows

Scheduled Pinned Locked Moved Installation and Deployment
8 Posts 3 Posters 3.6k 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.
  • V Offline
    V Offline
    videly
    wrote on last edited by
    #1

    I would like to be able to configure QT to create static builds on windows xp home edition. I read the above article and got absolutely nowhere. My QT is QTCreator 2.0 in following the directions I discovered that neither nmake or make existed anywhere that I could find (using search). I then tried to use mingw32-make, and it failed to find src-sub. Again a search revealed to reference to src-sub. I tried googleing the error messages and discovered several other people are having the same or similar problems. i hope for a solution.

    1 Reply Last reply
    0
    • G Offline
      G Offline
      giesbert
      wrote on last edited by
      #2

      using nmake only works if you have MSVS installed.

      which article regarding static builds did you read?

      Did you read the article in the wiki:

      "How to build a static Qt version for Windows with gcc":http://developer.qt.nokia.com/wiki/How_to_build_a_static_Qt_version_for_Windows_with_gcc

      Nokia Certified Qt Specialist.
      Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

      1 Reply Last reply
      0
      • V Offline
        V Offline
        videly
        wrote on last edited by
        #3

        Wow, that was quick - thanks.

        I just read the wiki article. I will give it a try. But first I want to see if I can learn more about this stuff. I failed to notice that my attempt to run the configure script failed. The approximate wording was that it couldn't find the platform. The message was: Set platform in QMakespec. I don't know how to do this. So I would like some help doing this. I know how to find the makespec directory, but have no idea which file needs to be modified. My path to qt goes : c:\qt\2010.05\qt

        Should I install MVS, or should I try to use mingw32-make?

        I really appreciate the help.

        1 Reply Last reply
        0
        • G Offline
          G Offline
          goetz
          wrote on last edited by
          #4

          If you compile Qt manually it is probably the best idea to grab the official sources from http://qt.nokia.com/downloads

          Using the bundled sources of Creator/SDK often leads to problems. Some other users asked here on DevNet an were happy after creating their own version from the stand alone sources.

          http://www.catb.org/~esr/faqs/smart-questions.html

          1 Reply Last reply
          0
          • V Offline
            V Offline
            videly
            wrote on last edited by
            #5

            Hi Volker, and thanks.

            I am, in fact using the Creator - on my xp. If I understand you correctly, I should download something else. If so, what would it be called?

            1 Reply Last reply
            0
            • G Offline
              G Offline
              goetz
              wrote on last edited by
              #6

              Download this archive:
              http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-4.7.1.zip

              It's on the download page I mentioned above, then choose LGPL, the links are at the end of the introductory paragraph of "Qt: Framework Only" on the right side.

              http://www.catb.org/~esr/faqs/smart-questions.html

              1 Reply Last reply
              0
              • V Offline
                V Offline
                videly
                wrote on last edited by
                #7

                I downloaded the archive and unzipped it. I tried to follow the instructions in the package and then in the website referred to in the instructions. I am now confused and discouraged. Do I need to have microsoft visual studio? Do I need to have Perl? I have neither. I browsed some sites for downloads and it looks expensive. Are there alternatives?

                1 Reply Last reply
                0
                • G Offline
                  G Offline
                  goetz
                  wrote on last edited by
                  #8

                  You can use free MinGW as the compiler suite.

                  http://www.catb.org/~esr/faqs/smart-questions.html

                  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