Qt Forum

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

    Update: Forum Guidelines & Code of Conduct

    QtTools Won't Compile

    Installation and Deployment
    2
    3
    2361
    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.
    • V
      viniciusam last edited by

      Hi,

      I've downloaded Qt5.0.1 source zip from download page and compiled with MinGW 4.7.2 x32 or x64. I decided to compile by myself because of this annoying bug: "QTBUG-8764":https://bugreports.qt-project.org/browse/QTBUG-8764

      The compilation ended without any errors, but none of QtTools was compiled, like Assistant and Designer. There is something I should do to get the tools compiled?

      Here is my config:
      configure -opensource -confirm-license -debug-and-release -platform win32-g++ -plugin-sql-sqlite -opengl desktop -no-openssl -no-icu -nomake examples -nomake demos -nomake tests > configure.log
      mingw32-make -j 4 > build.log

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

        I looked to source and this tools has a *.pro files so you can compile it in Qt Creator by yourself.

        1 Reply Last reply Reply Quote 0
        • V
          viniciusam last edited by

          Thanks for your answer.
          I could try that, but what if I don't want to install or compile QtCreator? Qt 4.8.x generates the makefiles to compile the tools after I run configure, then everything gets compiled. I'ts makes no sense to me, having the tools under src folder like version 4.8.x and it's not getting compiled.

          Feels like I'm missing some config parameters.

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