FS#37447 - [qt4][qt5-tools] missing libQtUiTools.* libraries

Attached to Project: Arch Linux
Opened by Andreas Baumann (andreas_baumann) - Tuesday, 22 October 2013, 14:31 GMT
Last edited by Andrea Scarpino (BaSh) - Tuesday, 22 October 2013, 17:14 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Andrea Scarpino (BaSh)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

pacman -Ql qt4 | grep UiTools

shows:

qt4 /usr/include/qt4/QtUiTools/
qt4 /usr/include/qt4/QtUiTools/QUiLoader
qt4 /usr/include/qt4/QtUiTools/QtUiTools
qt4 /usr/include/qt4/QtUiTools/quiloader.h
qt4 /usr/lib/libQtUiTools.prl
qt4 /usr/lib/pkgconfig/QtUiTools.pc

Static and dynamic libraries are missing.

Additional info:
* 4.8.5-4

Steps to reproduce:

Link a Qt program with a *.pro file containing:

QT += uitools
This task depends upon

Closed by  Andrea Scarpino (BaSh)
Tuesday, 22 October 2013, 17:14 GMT
Reason for closing:  Fixed
Additional comments about closing:  qt4 4.8.5-5
qt5-tools 5.1.1-5
Comment by Andrea Scarpino (BaSh) - Tuesday, 22 October 2013, 15:26 GMT
  • Field changed: Summary (missing libQtUiTools.so* and libQtUiTools.a libraries → [qt4] missing libQtUiTools.* libraries)
  • Field changed: Status (Unconfirmed → Assigned)
  • Task assigned to Andrea Scarpino (BaSh)
There was no .so in qt4 4.8.5-3 neither. I'll check why QtUiTools builds a static library.

EDIT: seems it can be built as static only.

Loading...