aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/examples.pri3
-rw-r--r--src/src.pro1
-rw-r--r--tests/tests.pro2
3 files changed, 1 insertions, 5 deletions
diff --git a/examples/examples.pri b/examples/examples.pri
index 3675676c..f9ffe28f 100644
--- a/examples/examples.pri
+++ b/examples/examples.pri
@@ -1,9 +1,6 @@
include(../qxmpp.pri)
TEMPLATE = app
-
-QT += network xml
-
CONFIG += console
INCLUDEPATH += $$QXMPP_INCLUDE_DIR
diff --git a/src/src.pro b/src/src.pro
index ae3ae768..0ee158d5 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -2,7 +2,6 @@ include(../qxmpp.pri)
TEMPLATE = lib
-QT += network xml
CONFIG += staticlib
LIBS += $$QXMPP_INTERNAL_LIBS
diff --git a/tests/tests.pro b/tests/tests.pro
index 43a952e2..fe7462a4 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -1,6 +1,6 @@
include(../qxmpp.pri)
-QT += network xml testlib
+QT += testlib
TARGET = tests