[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#358224: QtUiTools libraries missing



Hi,


I think this and also that libQtAssistantClient is missing is caused by the 
fact that both are compiled as static libraries and *.a not being caught by 
the wildcards in the .install files (although my knowledge about all that 
stuff is quite limited). I locally added wildcards ending with *.a to 
libqt4-dev.install and libqt4-debug-dev.install which seems to work.


Greetings,

Andres Freund


PS:

diff -u ../../qt4-x11-4.1.1/debian/libqt4-debug-dev.install ./libqt4-debug-dev.install
--- ../../qt4-x11-4.1.1/debian/libqt4-debug-dev.install 2006-04-13 
00:21:01.000000000 +0200
+++ ./libqt4-debug-dev.install  2006-04-12 09:41:26.555173052 +0200
@@ -2,3 +2,4 @@
 usr/lib/*_debug.prl
 usr/lib/*_debug.pc usr/lib/pkgconfig/
 usr/lib/*_debug.la
+usr/lib/*_debug.a

diff -u ../../qt4-x11-4.1.1/debian/libqt4-dev.install ./libqt4-dev.install
--- ../../qt4-x11-4.1.1/debian/libqt4-dev.install       2006-04-13 
00:21:01.000000000 +0200
+++ ./libqt4-dev.install        2006-04-12 09:42:54.257633597 +0200
@@ -1,5 +1,6 @@
 usr/include/qt4/*
 usr/lib/*.la
+usr/lib/*.a
 usr/lib/*.so
 usr/lib/*.prl
 usr/lib/*.pc usr/lib/pkgconfig/

Attachment: pgp8vQk6KfLgp.pgp
Description: PGP signature


Reply to: