diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2009-06-14 23:43:41 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2009-06-14 23:43:41 +0000 |
| commit | 273b6d037b5cbb8fd08a19a2705cad3799d390f4 (patch) | |
| tree | 666901311f5567c06e0b845398c8a6246a1f559f | |
| parent | 4bb18146d12ad2af36ec4e609a010f86be05730a (diff) | |
| download | qxmpp-273b6d037b5cbb8fd08a19a2705cad3799d390f4.tar.gz | |
build with qt creator
| -rw-r--r-- | README | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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
|
