summaryrefslogtreecommitdiff
blob: fb87922f7c46cc14e6419375dc63ba6ef2efc4ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
diff -Naur x2goclient-2.0.1.orig/x2goclientconfig.h x2goclient-2.0.1/x2goclientconfig.h
--- x2goclient-2.0.1.orig/x2goclientconfig.h	2008-12-11 19:56:03.000000000 +0100
+++ x2goclient-2.0.1/x2goclientconfig.h	2008-12-11 19:56:40.000000000 +0100
@@ -10,13 +10,4 @@
 
 //#define LOGFILE QDir::homePath()+"/x2goclient.log"
 
-#if !defined WINDOWS
-#define USELDAP
-#endif
-
-
-#if defined Q_WS_HILDON
-#undef USELDAP
-#endif
-
 #endif
diff -Naur x2goclient-2.0.1.orig/x2goclient.pro x2goclient-2.0.1/x2goclient.pro
--- x2goclient-2.0.1.orig/x2goclient.pro	2008-12-11 19:56:03.000000000 +0100
+++ x2goclient-2.0.1/x2goclient.pro	2008-12-11 19:56:23.000000000 +0100
@@ -37,7 +37,6 @@
 INCLUDEPATH += .
 RESOURCES += resources.rcc
 RC_FILE = x2goclient.rc
-LIBS += -lldap
 QT += svg network
 ICON =icons/x2go-mac.icns
 QMAKE_MAC_SDK =/Developer/SDKs/MacOSX10.5.sdk
diff -Naur x2goclient-2.0.1.orig/x2goclient.pro.default x2goclient-2.0.1/x2goclient.pro.default
--- x2goclient-2.0.1.orig/x2goclient.pro.default	2008-12-11 19:56:03.000000000 +0100
+++ x2goclient-2.0.1/x2goclient.pro.default	2008-12-11 19:56:23.000000000 +0100
@@ -37,7 +37,6 @@
 INCLUDEPATH += .
 RESOURCES += resources.rcc
 RC_FILE = x2goclient.rc
-LIBS += -lldap
 QT += svg network
 ICON =icons/x2go-mac.icns
 QMAKE_MAC_SDK =/Developer/SDKs/MacOSX10.5.sdk