[Interest] Determining dependencies for Qt modules

Patrick Stinson patrickkidd at gmail.com
Sat Mar 3 02:11:55 CET 2018


Hello!

I am trying to create the minimum Qt build for QtWidgets, QtQuickControls, QtLocation, and QtPurchasing. But when I configure with the following command line:

./configure -opensource -debug-and-release -nomake examples -nomake tests -skip qtactiveqt -skip qtandroidextras -skip qtcanvas3d -skip qtdeclarative -skip qtgamepad -skip qtremoteobjects -skip qtscript -skip qtserialbus -skip qtserialport -skip qtspeech -skip qtvirtualkeyboard -skip qtwayland -skip qtwebchannel -skip qtwebengine -skip qtwebglplugin -skip qtwebsockets -skip qtwebview -prefix $PWD

I get the following error:

Project ERROR: Unknown module(s) in QT: location purchasing

from the following qmake file:

QT += location purchasing
SOURCES += main.cpp

Thanks!
-Patrick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20180302/f523af96/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 1403 bytes
Desc: not available
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20180302/f523af96/attachment.bin>


More information about the Interest mailing list