I solved the problem getting the latest source code from the QtMobility GIT repository
Type: Posts; User: viktor.burka; Keyword(s):
I solved the problem getting the latest source code from the QtMobility GIT repository
Hi,
I'm trying to build QtMobility TP2 on Maemo 5 (Fremantle) platform - ARMEL target. When I run
./configure -release -maemo
I got a bunch of messages that conninet and...
It seems there is no Win32 implementation in QtMobility project yet. Note: I'm only talking about QtLocation now - I haven't checked the other modules. I was able to build QtMobility for Win32 but...
Thanks for useful info !
I'm working with Qt Symbian 4.6.0. I noticed that every time when I make a change just in one .cpp file it causes the WHOLE project rebuild. I've noticed that in Carbide.c++ and in console building...
Thanks ! Exactly what I need !
Hello,
Since the emulator boot time takes quite long (nearly 1 minute), my goal is to run it once when I start development, use it all the time during the development, and shutdown only when I...
Thanks for the explanation ! It clarifies for me how it works !
Can you put the debug libraries for the device in the package ? In my understanding there are only release libraries in the package which makes it impossible to debug on the device.
I'm not...
Hi,
I built Qt Mobility from source code as "shared debug" and didn't find any import library files (.lib files). In my %EPOCROOT%\release\gcce\udeb I found .dll, .map, and .sym files. But none of...
Hi,
I haven't found in documentation (qmake docs, qtmobility docs or other Qt docs) anything that explains the usage of the following two lines in one of the qtmobility examples .pro file:
...
Hi, I'm very glad to see this first technological preview of QtMoblity. The project is really useful for mobile developers - I really appreciate this guys ! Looking forward to get a release version....
ltomuta, where can I get Carbide.c++ v2.1 ?
So QtCreator in debugger window gives me the following output during the debugging session:
Running...
&"Error while mapping shared library sections:\n"
&"E:\\sys\\bin\\libc.dll: Permission...
Hi,
I'm trying to check how debugging on a device works. Breakpoints do not work in my application. I'm doing that in an Qt application (basically very simple Qt application called "analogclock"...