$OpenBSD: patch-tools_designer_app_app_pro,v 1.3 2004/07/22 23:03:09 brad Exp $
--- tools/designer/app/app.pro.orig	2004-01-16 17:51:08.000000000 -0700
+++ tools/designer/app/app.pro	2004-06-19 19:37:35.000000000 -0600
@@ -6,7 +6,8 @@ DESTDIR		= $$QT_BUILD_TREE/bin
 
 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
    win32-g++ {
