summaryrefslogtreecommitdiffstats
path: root/config.tests/unix/icd
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2010-07-28 17:41:24 +1000
committerAaron McCarthy <aaron.mccarthy@nokia.com>2010-07-28 17:41:24 +1000
commitde8cb9154769a529c184012a5933c41532c2deff (patch)
tree5c95c1c21bf0ede03964a983ee4f158cd2d1f590 /config.tests/unix/icd
parentc191b60e68bf895afde2ce4886dfeb09af8f4c9a (diff)
Statically link to Qt based dependent librarys.
Some of the library dependencies of the ICD Bearer Management plugin use Qt. We include them in src/3rdparty and link against them statically to avoid the circular build dependency. Libraries that do not use Qt are still linked dynamically. The libraries which are statically linked are libconninet and libgq-gconf. Task-number: QTBUG-12354
Diffstat (limited to 'config.tests/unix/icd')
-rw-r--r--config.tests/unix/icd/icd.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/config.tests/unix/icd/icd.cpp b/config.tests/unix/icd/icd.cpp
index 8b74fd6f83..19c171bba0 100644
--- a/config.tests/unix/icd/icd.cpp
+++ b/config.tests/unix/icd/icd.cpp
@@ -40,11 +40,7 @@
****************************************************************************/
#include <libicd-network-wlan-dev.h>
-#include <maemo_icd.h>
-#include <iapconf.h>
-#include <proxyconf.h>
#include <wlancond.h>
-#include <iapmonitor.h>
#include <icd/dbus_api.h>
int main(int, char **)