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. [Splitted] RSS-listing example fails on symbian

[Splitted] RSS-listing example fails on symbian

Scheduled Pinned Locked Moved Mobile and Embedded
6 Posts 2 Posters 2.4k Views
  • 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.
  • A Offline
    A Offline
    alexQt
    wrote on last edited by
    #1

    Thank you for your answers.
    There is a new problem, "RSS-Listing":http://doc.crossplatform.ru/qt/4.6.x/xml-rsslisting.html, which is in the examples of Qt Creator, refuses to display anything on the phone (5800), although on the desktop and the emulator everything works correctly. Symbian version is correct, internet on the phone works fine. Tell me, what could be wrong?

    1 Reply Last reply
    0
    • D Offline
      D Offline
      DenisKormalev
      wrote on last edited by
      #2

      Please create new threads for new questions. I've splitted to two threads.
      Regarding your question. Are you sure you have correct capabilities?

      1 Reply Last reply
      0
      • A Offline
        A Offline
        alexQt
        wrote on last edited by
        #3

        how and where can i check it?

        1 Reply Last reply
        0
        • D Offline
          D Offline
          DenisKormalev
          wrote on last edited by
          #4

          in your .pro file. You need something like this:
          @
          symbian:TARGET.CAPABILITY += NetworkServices
          @

          1 Reply Last reply
          0
          • A Offline
            A Offline
            alexQt
            wrote on last edited by
            #5

            yes, i have these rows in my project:
            @ #Allow network access on Symbian
            symbian:TARGET.CAPABILITY += NetworkServices
            SOURCES += main.cpp mainwindow.cpp
            HEADERS += mainwindow.h
            FORMS += mainwindow.ui
            QT += network xml webkit@

            1 Reply Last reply
            0
            • A Offline
              A Offline
              alexQt
              wrote on last edited by
              #6

              is there any other suggestions?

              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