Qt Creator runs s60 Emulator

After experiencing several days of agonizing pain, it finally in Qt Creator has been closed.

The previous is:

Qt how many people toss -qt for s60 finally successful installation

The first part only in the new environment can Carbide Qt project, due CarbideC ++ Qt smart tips not good, so many people will want to run directly in Qt.

 

Talk about the process:

Qt Creator environment

After New Mobile Gui Application

There are two ways to debug:

Symbian Device need to install this package pc + phone (default there)

- this is the wrong way to debug: There IS NO Device Plugged in not connected to the phone, this error is normal.

Symbian Emalator virtual environment (my default does not come out)

- this way debugging error is: The process could not be started

Some people say that in the .pro file plus the suffix in

debug {

DESTDIR = bin/debug/
OBJECTS_DIR = tmp/debug/
RCC_DIR = tmp/debug/
}
release {
DESTDIR = bin/release/
OBJECTS_DIR = tmp/release/
RCC_DIR = tmp/release/
}

 

Can be resolved

I'm switching from debug to release under the debug state is ready to run.

 

- This one did not come out default debug state by loading the new project from Carbide Qt environment is an environment was found.

- In the Project above Symbian Device [Build | run] on the right there is a "+" sign, tap it out.

- Out, the debugging environment choose this, basically smooth.

Other Reference article: http://developer.symbian.org/wiki/index.php/Qt_Quick_Start

Reproduced in: https: //my.oschina.net/secyaher/blog/274252

Guess you like

Origin blog.csdn.net/weixin_33813128/article/details/91966928