Qt startup error "maybe missing resource file on S60 3.1" on s60 3rd fp1
-
I have other Qt application worked well in my nokia 5230,so I guess the Qt installed correctly on the phone.
The .pro file:
@
QT += core gui network xmlTARGET = weather101
TEMPLATE = appSOURCES += main.cpp
mainwindow.cpp
form.cppHEADERS += mainwindow.h
form.hFORMS += mainwindow.ui
form.uiCONFIG += mobility
MOBILITY =TARGET.CAPABILITY += NetworkServices
symbian {
TARGET.UID3 = 0xe3159eae
# TARGET.CAPABILITY +=
TARGET.EPOCSTACKSIZE = 0x14000
TARGET.EPOCHEAPSIZE = 0x020000 0x800000}
@The .pro file that was used to deploy the other project is all right.But it appeared such a problem this time.
any suggesting?thanks!
-
Thanks for your reply.
I create a new project and copy the code to my new project,the problem solved...