-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME
27 lines (19 loc) · 967 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Building ProfileMatic
=====================
Following QtMobility modules are needed:
- systeminfo
- connectivity
Following MeeGo/Harmattan libraries are needed:
- qmsystem2
Other requirements:
- Qt version 4.7.4
- qt-components installed in runtime
- libcellular-qt1
- libtelepathy-qt4
NOTE: the following are old instructions, the newer QtSDK should have the required library
libcellular-qt1 is not installed by default for use in QtCreator. You must get
the package first and then install it. For example:
./mad-admin -t harmattan-nokia-meego-api xdpkg -i libcellular-qt-dev_0.10.10+0m6_armel.deb
First you must get the package. This was obtained from this URL:
harmattan-dev.nokia.com/pool/harmattan-beta3/nokia-binaries/41667a5bd857be02f487c2ce806fbf85/nokia-binaries/libc/libcellular-qt/libcellular-qt-dev_0.10.10+0m6_armel.deb
Obtaining the location of the packages is not easy without using scratchbox. Thanks to itsnotabigtruck for help here.