Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Qt startup error "maybe missing resource file on S60 3.1" on s60 3rd fp1
Forum Updated to NodeBB v4.3 + New Features

Qt startup error "maybe missing resource file on S60 3.1" on s60 3rd fp1

Scheduled Pinned Locked Moved Mobile and Embedded
3 Posts 2 Posters 3.1k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    hisong1988
    wrote on last edited by
    #1

    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 xml

    TARGET = weather101
    TEMPLATE = app

    SOURCES += main.cpp
    mainwindow.cpp
    form.cpp

    HEADERS += mainwindow.h
    form.h

    FORMS += mainwindow.ui
    form.ui

    CONFIG += 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!

    I am still searching for....

    1 Reply Last reply
    0
    • S Offline
      S Offline
      snowpong
      wrote on last edited by
      #2

      Eh, what is the error exactly? I've never seen an "error maybe missing resource file on S60 3.1” from a phone before.

      1 Reply Last reply
      0
      • H Offline
        H Offline
        hisong1988
        wrote on last edited by
        #3

        Thanks for your reply.

        I create a new project and copy the code to my new project,the problem solved...

        I am still searching for....

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved