$OpenBSD: patch-tools_designer_app_app_pro,v 1.2 2004/01/08 01:23:57 brad Exp $
--- tools/designer/app/app.pro.orig	2003-10-03 03:46:16.000000000 -0400
+++ tools/designer/app/app.pro	2003-11-11 18:14:26.000000000 -0500
@@ -5,7 +5,8 @@ CONFIG 		-= moc
 
 SOURCES		+= main.cpp
 INCLUDEPATH	+= ../designer
-LIBS	+= -ldesignercore -lqui -lqassistantclient -L$$QT_BUILD_TREE/lib
+thread:LIBS	+= -ldesignercore -lqui-mt -lqassistantclient -L$$QT_BUILD_TREE/lib
+!thread:LIBS	+= -ldesignercore -lqui -lqassistantclient -L$$QT_BUILD_TREE/lib
 win32 {
    RC_FILE	= designer.rc
 }
