aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2009-06-14 23:43:41 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2009-06-14 23:43:41 +0000
commit273b6d037b5cbb8fd08a19a2705cad3799d390f4 (patch)
tree666901311f5567c06e0b845398c8a6246a1f559f
parent4bb18146d12ad2af36ec4e609a010f86be05730a (diff)
downloadqxmpp-273b6d037b5cbb8fd08a19a2705cad3799d390f4.tar.gz
build with qt creator
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index bb521b3e..1dbbf039 100644
--- a/README
+++ b/README
@@ -12,7 +12,10 @@ The project uses qmake build system of Qt.
Commands to build QXmpp:
cd <where QXmppClient.pro is lying>
qmake
-respective-make = (gmake, make, mingw32-make, nmake)
+<respective-make-cmd = gmake, make, mingw32-make, nmake>
+
+Using Qt Creator:
+Open the QXmppClient.pro file in Qt Creator and hit Buil All to build all the examples and library.
EXAMPLES