Details
-
Bug
-
Resolution: Done
-
P2: Important
-
6.2.3, 6.3.0
-
None
-
Kubuntu 20.04
-
-
f4e9981259 (qt/qtbase/dev) f4e9981259 (qt/tqtc-qtbase/dev) 4e45f261a9 (qt/qtbase/6.3) 4e45f261a9 (qt/tqtc-qtbase/6.3) abeefbdea6 (qt/tqtc-qtbase/6.2)
Description
I've build a static version of Qt6 for Linux using the following configuration:
-static -nomake tests -nomake examples -bundled-xcb-xinput \ -skip qtxmlpatterns -skip qt3d -skip qtserialbus -skip qtserialport -skip qtandroidextras -skip qtmacextras -skip qtspeech -skip qtsensors -skip qtactiveqt \ -skip qtquick3d -skip qtscxml -qt-tiff -qt-zlib -qt-libpng -qt-libjpeg -qt-freetype -qt-pcre -qt-harfbuzz \ -skip qtwebengine -skip qtpdf
When building a demo project with qmake (see attached qmltestqmake.zip), I get a lot of "undefined reference" errors during linking (see attached log_qmake.txt)
If I build the same demo project with cmake (see attached qmltestcmake.zip), everything works fine.
Attachments
Issue Links
- resulted in
-
QTBUG-104396 qmake projects try to link to static qt libraries with hardcoded CI paths (no such file or directory)
- Closed