[Interest] uitools unknown module issue
Muhammad Bashir Al-Noimi
mbnoimi at gmail.com
Thu Apr 18 02:27:49 CEST 2013
Hi,
qmake unable to see uitools module in Qt’s static build (Qt’s shared
build works fine).
Error message:
ProjectERROR: Unknown module(s) in QT: uitools
Content of .pro file:
#-------------------------------------------------
#
# 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
static build options:
./configure -static -developer-build -v -qt-sql-psql -qt-sql-sqlite -qt-zlib -qt-libpng -qt-libjpeg -qt-pcre -qt-xcb
--
Best Regards,
Muhammad Bashir Al-Noimi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20130418/c31f175c/attachment.html>
More information about the Interest
mailing list