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. Uitools Unknown module issue
Forum Updated to NodeBB v4.3 + New Features

Uitools Unknown module issue

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 2.9k 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.
  • M Offline
    M Offline
    mbnoimi
    wrote on 17 Apr 2013, 12:25 last edited by
    #1

    Hi,

    qmake unable to see uitools module in Qt's static build (Qt's shared build works fine).

    Error message:
    [code]Project ERROR: Unknown module(s) in QT: uitools[/code]

    Content of .pro file:
    [code]#-------------------------------------------------

    Project created by QtCreator 2013-03-09T20:31:01

    #-------------------------------------------------

    QT += core gui uitools

    greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

    TARGET = QtSpreadSheet
    TEMPLATE = app

    SOURCES += main.cpp
    mainwindow.cpp
    propertiesdialog.cpp

    HEADERS += mainwindow.h
    propertiesdialog.h

    FORMS += mainwindow.ui
    propertiesdialog.ui
    aboutdialog.ui

    RESOURCES +=
    resources.qrc
    [/code]

    static build options:
    [code]./configure -static -developer-build -v -qt-sql-psql -qt-sql-sqlite -plugin-sql-psql -plugin-sql-sqlite -qt-zlib -qt-libpng -qt-libjpeg -qt-pcre -qt-xcb[/code]

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mcosta
      wrote on 10 May 2013, 12:16 last edited by
      #2

      Hi,

      which Qt version are you using?

      Once your problem is solved don't forget to:

      • Mark the thread as SOLVED using the Topic Tool menu
      • Vote up the answer(s) that helped you to solve the issue

      You can embed images using (http://imgur.com/) or (http://postimage.org/)

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mbnoimi
        wrote on 10 May 2013, 15:25 last edited by
        #3

        5.0.2

        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