Uitools Unknown module issue
-
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]