qtecomplugins/xqecom/README.txt
changeset 8 71781823f776
parent 5 453da2cfceef
child 11 06b8e2af4411
equal deleted inserted replaced
5:453da2cfceef 8:71781823f776
     1 ============= BUILD STEPS: =============
       
     2 
       
     3 1. Copy WHOLE xqsreg directory (one containing this README file)
       
     4    to: 
       
     5 
       
     6      [QTDIR]\src\tools
       
     7 
       
     8    where QTDIR is path to your qt sources (typically for SDK release: \sf\mw\qt\)
       
     9 
       
    10 
       
    11 2. Ensure that QT is properly configured. In just-downoladed SDK one
       
    12    need to run such command in qt directory:
       
    13 
       
    14    # configure.exe -platform win32-g++ -make make -xplatform symbian-abld -nokia-developer -dont-process -no-qmake
       
    15 
       
    16 
       
    17 3. Rebuild project in [QTDIR]\src\tools\bootstrap library:
       
    18 
       
    19    # qmake -platform win32-g++ -spec \sf\mw\qt\mkspecs\win32-g++    
       
    20    # make
       
    21 
       
    22 
       
    23 4. Rebuild project in [QTDIR]\src\tools\xqsreg directory:
       
    24 
       
    25    # qmake -platform win32-g++ -spec \sf\mw\qt\mkspecs\win32-g++ 
       
    26    # make
       
    27 
       
    28 
       
    29 5. Check if xqsreg.exe tool is in proper bin directory:
       
    30 
       
    31    # dir \epoc32\tools\xqecom.exe
       
    32 
       
    33    (exact path depends on where QT_INSTALL_BINS points to, during compilation)