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. QtUiTools not built
Qt 6.11 is out! See what's new in the release blog

QtUiTools not built

Scheduled Pinned Locked Moved General and Desktop
5 Posts 4 Posters 2.0k Views 2 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.
  • C Offline
    C Offline
    chrismit7
    wrote on last edited by
    #1

    I'm using MSVC 2012 to compile Qt 4.8.3 from source, yet I can't seem to get it to build QtUiTools. From doing a grep of the project/makefiles, there isn't even any mention of uitools. Is there anyway to manually compile it from a .prl file?

    1 Reply Last reply
    0
    • C Offline
      C Offline
      chrismit7
      wrote on last edited by
      #2

      Building sub-tools ending up building them.

      1 Reply Last reply
      0
      • Z Offline
        Z Offline
        zd3nik
        wrote on last edited by
        #3

        I'm having the same problem when building Qt 4.8.5. Only building sub-tools doesn't solve the problem for me. I've tried building every sub- module I can find in the Makefile, but nothing produces libQtUiTools.so.

        Here is the config.status file contents:

        @#!/bin/sh
        if [ "$#" -gt 0 ]; then
        /home/build/usr/src/qt-everywhere-opensource-src-4.8.5/configure -prefix /home/build/usr/src/qt-everywhere-opensource-src-4.8.5 -release -opensource -confirm-license -qt-sql-sqlite -plugin-sql-mysql -openssl-linked -nomake tests -nomake examples -nomake demos -no-phonon -no-phonon-backend -no-glib -no-qt3support "$@"
        else
        /home/build/usr/src/qt-everywhere-opensource-src-4.8.5/configure -prefix /home/build/usr/src/qt-everywhere-opensource-src-4.8.5 -release -opensource -confirm-license -qt-sql-sqlite -plugin-sql-mysql -openssl-linked -nomake tests -nomake examples -nomake demos -no-phonon -no-phonon-backend -no-glib -no-qt3support
        fi
        @

        1 Reply Last reply
        0
        • M Offline
          M Offline
          max_eip
          wrote on last edited by
          #4

          Did you add Config = uitools in your .pro file

          SGaistS 1 Reply Last reply
          0
          • M max_eip

            Did you add Config = uitools in your .pro file

            SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #5

            @max_eip hi and welcome to devnet,

            This thread was about building Qt 4, not a project.

            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