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. QtTools Won't Compile

QtTools Won't Compile

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

    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
    0
    • H Offline
      H Offline
      Hostel
      wrote on last edited by
      #2

      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
      0
      • V Offline
        V Offline
        viniciusam
        wrote on last edited by
        #3

        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
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved