Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Newbie question: compile Qt 4.8.5 64bits

Newbie question: compile Qt 4.8.5 64bits

Scheduled Pinned Locked Moved General and Desktop
6 Posts 3 Posters 2.5k 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
    Massinissa
    wrote on last edited by
    #1

    Hello everyone!!
    Is there any example or link how can I compile Qt 4.8.5 to 64 bits with vs 2010?
    According to: http://www.holoborodko.com/pavel/2011/02/01/how-to-compile-qt-4-7-with-visual-studio-2010/
    when I give the command \jom\jom.exe -j 4 , it gives error saying that no makefile found

    Massinissa Bandou Ing.jr

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Here is a short version that I used many times:

      clean the system: no QTDIR, no QMAKESPEC, no update to PATH

      Open a Visual Studio 64bit command prompt (not the cross compiling)

      cd to your Qt 4.8.5 sources

      run configure with the options you want (no need to set the platform)

      call jom

      enjoy "insert name of favorite beverage" while it compiles

      Hope it'll get you going

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

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

        immediately after configure, I got a pop-up window saying* rcc.exe has stopped working????? *

        Massinissa Bandou Ing.jr

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Forgot to mention; start from a clean source tree, you might have leftovers from your other build tentatives

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • B Offline
            B Offline
            bovilexic
            wrote on last edited by
            #5

            Your instructions seem to be working...but I have a question: the README file says to use "configure -prefix

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              I never used that option on Windows, either I did in source build when there were no other possibilities and now just out of source builds.

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              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