On 6/10/07, Marco Costalba [off-list ref] wrote:
I will try an update to src/src.pro file to let Qt pass this library
to the linker.
Please apply the following patch to your src/src.pro file and try to rebuild.
Please, let me know if this fixes the build for you.
--- a/src/src.pro
+++ b/src/src.pro
@@ -25,6 +25,9 @@ QMAKE_CXXFLAGS_RELEASE += -g3 -O2
-Wno-non-virtual-dtor -frepo -Wno-long-long -p
QMAKE_CXXFLAGS_DEBUG += -g3 -O0 -Wno-non-virtual-dtor -Wno-long-long
-pedantic -Wconversion
INSTALLS += target
+# Qt doesn't seem to link all needed libraries
+unix:LIBS += -L$$QMAKE_LIBDIR_QT -lQtUiTools
+
# Directories
DESTDIR = ../bin
BUILD_DIR = ../build