The rest of the mail follows here - damn keyboard shortcuts...

Hi all

Now the week are about to end, and I'm still struggling getting QtMobility 1.1 
TP running on my device.

So my question now is... Can anyone in the community send me a working sis file 
able to install QtMobility 1.1 TP on a device?

Below is a resume of where I am standing now.

To sum up, my situation is this:

1.       I have successfully installed Qt 4.7 RC, and QtMobility 1.1 TP on my 
machine. QtMobility configured to only use Multimedia module.

2.       I can compile the Camera Sample, and I can build my own small samples 
using Multimedia module, and including Camera.

3.       I can create sis files that run on phone (when not instantiating a 
Camera object)

a.       This sample compiles, and installs (With warning that QtMobility is 
not installed - even though it is) and runs on my device:
#include "JustHello.h"
#include <qmessagebox.h>
#include <qcamera.h>

JustHello::JustHello(QWidget *parent)
    : QMainWindow(parent)
{
                          ui.setupUi(this);
                          QMessageBox::information(this, "JustHello", "App 
started");
//                      camera = new QCamera();

}

b.      This sample compiles, installs (with warning that QtMobility is not 
installed - even though it is), but panics at startup.

#include "JustHello.h"

#include <qmessagebox.h>

#include <qcamera.h>



JustHello::JustHello(QWidget *parent)

    : QMainWindow(parent)

{

                          ui.setupUi(this);

                          QMessageBox::information(this, "JustHello", "App 
started");

                          camera = new QCamera();



}

My QtMobility.sis file installs, but subsequently installs of applications with 
QtMobility 1.1 as prerequisite reports that QtMobility is not installed.

I really hope somebody can take 10 seconds  of their time to send me their sis 
file.. ;-)

Have a nice weekend
/Anders




_______________________________________________
Qt-mobility-feedback mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-mobility-feedback

Reply via email to