aboutsummaryrefslogtreecommitdiff
path: root/examples/examples.pri
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-08-30 07:42:58 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-08-30 07:42:58 +0000
commit90eea72e91a7b04953542a4177194007bad2106f (patch)
tree4cf7fbbb07d01d4b9241c010cbb312a39ebe6996 /examples/examples.pri
parent0f15a205b2ce5c9783d3e4ae9702ec9ce8d9e38a (diff)
downloadqxmpp-90eea72e91a7b04953542a4177194007bad2106f.tar.gz
typo
Diffstat (limited to 'examples/examples.pri')
-rw-r--r--examples/examples.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/examples.pri b/examples/examples.pri
index df91566e..69c7acdc 100644
--- a/examples/examples.pri
+++ b/examples/examples.pri
@@ -11,7 +11,7 @@ LIBS += -L$$QXMPP_LIBRARY_DIR -l$$QXMPP_LIBRARY_NAME
# FIXME: we should be able to use the link_prl option to automatically pull
# in the extra libraries which the qxmpp library needs, but this does not
-# seem to work on win32, so respecify the dependencies here:
+# seem to work on win32, so we specify the dependencies here:
unix {
LIBS += -lresolv
}