qtecomplugins/xqecom/README.txt
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
--- a/qtecomplugins/xqecom/README.txt	Fri Apr 16 15:51:22 2010 +0300
+++ b/qtecomplugins/xqecom/README.txt	Mon May 03 13:18:40 2010 +0300
@@ -1,13 +1,33 @@
-build:
-  qmake -platform win32-g++
-  make relese
+============= BUILD STEPS: =============
+
+1. Copy WHOLE xqsreg directory (one containing this README file)
+   to: 
+
+     [QTDIR]\src\tools
 
-clean: 
-  make clean
+   where QTDIR is path to your qt sources (typically for SDK release: \sf\mw\qt\)
+
+
+2. Ensure that QT is properly configured. In just-downoladed SDK one
+   need to run such command in qt directory:
+
+   # configure.exe -platform win32-g++ -make make -xplatform symbian-abld -nokia-developer -dont-process -no-qmake
+
 
-The application is generated directly to directory pointed by DESTDIR variable in xqecom.pro file.
+3. Rebuild project in [QTDIR]\src\tools\bootstrap library:
+
+   # qmake -platform win32-g++ -spec \sf\mw\qt\mkspecs\win32-g++    
+   # make
+
+
+4. Rebuild project in [QTDIR]\src\tools\xqsreg directory:
 
-Note: to compile one need full include directory placed in /sf/mw/qt directory. Usualy it means
-that qt sources need to be configured by running eg.:
+   # qmake -platform win32-g++ -spec \sf\mw\qt\mkspecs\win32-g++ 
+   # make
+
 
-  configure -platform win32-g++ -make make -xplatform symbian-abld
\ No newline at end of file
+5. Check if xqsreg.exe tool is in proper bin directory:
+
+   # dir \epoc32\tools\xqecom.exe
+
+   (exact path depends on where QT_INSTALL_BINS points to, during compilation)