blob: ccb27e6ae72862ca18ab0f94eb534be59ec9d9e8 (
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
|
diff -Naur x2goclient-3.01.orig/x2goclientconfig.h x2goclient-3.01/x2goclientconfig.h
--- x2goclient-3.01.orig/x2goclientconfig.h 2010-04-19 20:19:56.000000000 +0200
+++ x2goclient-3.01/x2goclientconfig.h 2010-04-19 20:21:05.000000000 +0200
@@ -8,10 +8,6 @@
//#define LOGFILE QDir::homePath()+"/x2goclient.log"
-#if !defined Q_OS_WIN
-#define USELDAP
-#endif
-
#ifdef Q_OS_WIN
#undef USELDAP
#endif
diff -Naur x2goclient-3.01.orig/x2goclient.pro x2goclient-3.01/x2goclient.pro
--- x2goclient-3.01.orig/x2goclient.pro 2010-04-19 20:19:57.000000000 +0200
+++ x2goclient-3.01/x2goclient.pro 2010-04-19 20:21:30.000000000 +0200
@@ -70,7 +70,7 @@
linux-g++ {
message(building x2goclient with ldap and cups)
- LIBS += -lldap -lcups
+ LIBS += -lcups
}
macx {
message(building x2goclient with ldap and cups)
|