2004-01-07 20:20:13 -05:00
|
|
|
$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
|
2003-02-09 14:17:32 -05:00
|
|
|
|
|
|
|
SOURCES += main.cpp
|
|
|
|
INCLUDEPATH += ../designer
|
2004-01-07 20:20:13 -05:00
|
|
|
-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
|
2003-02-09 14:17:32 -05:00
|
|
|
win32 {
|
|
|
|
RC_FILE = designer.rc
|
2004-01-07 20:20:13 -05:00
|
|
|
}
|