Details
-
Task
-
Resolution: Done
-
P2: Important
-
None
-
None
-
linux-g++-32
Description
On the modularized Qt, configure with:
configure -nomake examples -nomake demos -nokia-developer -silent -no-pch -qtnamespace TestNamespace -qtlibinfix TestInfix
gives you the following error:
/usr/bin/ld: cannot find -lQtUiToolsTestInfix
collect2: ld returned 1 exit status
Steps:
- git clone qtgitreadonly:qt/qt5.git qt
- git submodule update --init
- cd qt
- ./configure -nomake examples -nomake demos -nokia-developer -silent -no-pch -qtnamespace TestNamespace -qtlibinfix TestInfix
- make
Attachments
Issue Links
- relates to
-
QTBUG-19081 examples/network/ftp does not build in namespace in modularized Qt
- Closed
-
QTQAINFRA-305 Qt5 CI: test on Ubuntu 11.10
- Closed