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

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to