$OpenBSD: patch-tools_designer_uilib_test_test_pro,v 1.2 2004/01/08 01:23:57 brad Exp $
--- tools/designer/uilib/test/test.pro.orig	2003-05-15 03:42:30.000000000 -0400
+++ tools/designer/uilib/test/test.pro	2003-11-11 18:22:55.000000000 -0500
@@ -3,5 +3,6 @@ CONFIG		+= qt warn_on release
 HEADERS		=
 SOURCES		= main.cpp
 TARGET		= test
-LIBS		+=  -L$$QT_BUILD_TREE/lib -lqui
+thread:LIBS		+=  -L$$QT_BUILD_TREE/lib -lqui-mt
+!thread:LIBS		+=  -L$$QT_BUILD_TREE/lib -lqui
 
