equal
deleted
inserted
replaced
|
1 XQ Service registration application |
|
2 |
|
3 ============= IMPORTANT NOTE: ========== |
|
4 |
|
5 Due to notoriously returning problem with xqsreg compilation with |
|
6 ever-changing private implementation in QT (which is understandable |
|
7 but yet annoying) there is major change to build process. |
|
8 |
|
9 |
|
10 ============= BUILD STEPS: ============= |
|
11 |
|
12 1. Copy WHOLE xqsreg directory (one containing this README file) |
|
13 to: |
|
14 |
|
15 [QTDIR]\src\tools |
|
16 |
|
17 where QTDIR is path to your qt sources (typically for SDK release: \sf\mw\qt\) |
|
18 |
|
19 |
|
20 2. Ensure that QT is properly configured. In just-downoladed SDK one |
|
21 need to run such command in qt directory: |
|
22 |
|
23 # configure.exe -platform win32-g++ -make make -xplatform symbian-abld -nokia-developer -dont-process -no-qmake |
|
24 |
|
25 |
|
26 3. Rebuild project in [QTDIR]\src\tools\bootstrap library: |
|
27 |
|
28 # qmake -platform win32-g++ -spec \sf\mw\qt\mkspecs\win32-g++ |
|
29 # make |
|
30 |
|
31 |
|
32 4. Rebuild project in [QTDIR]\src\tools\xqsreg directory: |
|
33 |
|
34 # qmake -platform win32-g++ -spec \sf\mw\qt\mkspecs\win32-g++ |
|
35 # make |
|
36 |
|
37 |
|
38 5. Check if xqsreg.exe tool is in proper bin directory: |
|
39 |
|
40 # dir \epoc32\tools\xqsreg.exe |
|
41 |
|
42 (exact path depends on where QT_INSTALL_BINS points to, during compilation) |