qtecomplugins/xqecom/README.txt
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
     1 build:
     1 ============= BUILD STEPS: =============
     2   qmake -platform win32-g++
       
     3   make relese
       
     4 
     2 
     5 clean: 
     3 1. Copy WHOLE xqsreg directory (one containing this README file)
     6   make clean
     4    to: 
     7 
     5 
     8 The application is generated directly to directory pointed by DESTDIR variable in xqecom.pro file.
     6      [QTDIR]\src\tools
     9 
     7 
    10 Note: to compile one need full include directory placed in /sf/mw/qt directory. Usualy it means
     8    where QTDIR is path to your qt sources (typically for SDK release: \sf\mw\qt\)
    11 that qt sources need to be configured by running eg.:
       
    12 
     9 
    13   configure -platform win32-g++ -make make -xplatform symbian-abld
    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)