summaryrefslogtreecommitdiffstats
path: root/config.tests
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2010-07-28 07:41:24 (GMT)
committerAaron McCarthy <aaron.mccarthy@nokia.com>2010-07-28 07:41:24 (GMT)
commitde8cb9154769a529c184012a5933c41532c2deff (patch)
tree5c95c1c21bf0ede03964a983ee4f158cd2d1f590 /config.tests
parentc191b60e68bf895afde2ce4886dfeb09af8f4c9a (diff)
downloadQt-de8cb9154769a529c184012a5933c41532c2deff.zip
Qt-de8cb9154769a529c184012a5933c41532c2deff.tar.gz
Qt-de8cb9154769a529c184012a5933c41532c2deff.tar.bz2
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')
-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 8b74fd6..19c171b 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 **)