blob: adb5df4620c56a21bc75d164aa860e016caee5e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-bd,v 1.1 2003/07/22 17:17:20 drochner Exp $
--- tools/designer/designer/designer.pro.orig 2003-07-16 13:13:29.000000000 +0200
+++ tools/designer/designer/designer.pro 2003-07-16 13:14:48.000000000 +0200
@@ -416,7 +416,7 @@
INCLUDEPATH += ../shared ../uilib
win32:LIBS += $$QT_BUILD_TREE/lib/qui.lib $$QT_BUILD_TREE/lib/qassistantclient.lib
-unix:LIBS += -L$$QT_BUILD_TREE/lib -lqui $$QT_BUILD_TREE/lib/libqassistantclient.a
+unix:LIBS += -L$$QT_BUILD_TREE/lib -lqui -lqassistantclient
TRANSLATIONS = designer_de.ts designer_fr.ts
|