diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-10-11 11:03:45 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-10-11 11:03:45 +0000 |
| commit | c569bd7cd5d155bb4cab346d4012caa7c23b4aed (patch) | |
| tree | 21912e2bba6a67c27e1cbcd0bbf03ba0afdc61ab /tests | |
| parent | 5e82ba477192998d272791b55cf9817c7880b0d1 (diff) | |
| download | qxmpp-c569bd7cd5d155bb4cab346d4012caa7c23b4aed.tar.gz | |
not need to re-declare Qt dependencies
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/tests.pro | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
