openbsd-ports/x11/qt3/patches/patch-tools_designer_designer_designer_pro
brad 4dd77497cf upgrade to Qt 3.2.3.
I really hate cvs.
2004-01-08 01:20:13 +00:00

14 lines
546 B
Plaintext

$OpenBSD: patch-tools_designer_designer_designer_pro,v 1.4 2004/01/08 01:23:57 brad Exp $
--- tools/designer/designer/designer.pro.orig 2003-08-18 05:43:30.000000000 -0400
+++ tools/designer/designer/designer.pro 2003-11-11 18:19:39.000000000 -0500
@@ -418,7 +418,8 @@ table {
}
INCLUDEPATH += ../shared ../uilib
-LIBS += -L$$QT_BUILD_TREE/lib -lqui
+thread:LIBS += -L$$QT_BUILD_TREE/lib -lqui-mt
+!thread:LIBS += -L$$QT_BUILD_TREE/lib -lqui
hpux-acc {
LIBS += $$QT_BUILD_TREE/lib/libqassistantclient.a