Uitools Unknown module issue
-
wrote on 17 Apr 2013, 12:25 last edited by
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 = appSOURCES += main.cpp
mainwindow.cpp
propertiesdialog.cppHEADERS += mainwindow.h
propertiesdialog.hFORMS += mainwindow.ui
propertiesdialog.ui
aboutdialog.uiRESOURCES +=
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] -
wrote on 10 May 2013, 12:16 last edited by
Hi,
which Qt version are you using?
-
wrote on 10 May 2013, 15:25 last edited by
5.0.2