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. Symbian code showing error on symbian^1
QtWS25 Last Chance

Symbian code showing error on symbian^1

Scheduled Pinned Locked Moved Mobile and Embedded
5 Posts 2 Posters 2.6k 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.
  • T Offline
    T Offline
    TobbY
    wrote on last edited by
    #1

    @TARGET = test
    TEMPLATE = app

    SOURCES += main.cpp
    mainwindow.cpp

    HEADERS += mainwindow.h

    FORMS += mainwindow.ui

    CONFIG += mobility

    MOBILITY =

    symbian {
    TARGET.UID3 = 0xecfdb1b0
    # TARGET.CAPABILITY +=
    TARGET.EPOCSTACKSIZE = 0x14000
    TARGET.EPOCHEAPSIZE = 0x020000 0x800000
    LIBS+= -lcone
    -leikcore
    -lavkon
    -laknnotify
    }
    @

    @#include "mainwindow.h"
    #include "ui_mainwindow.h"
    #include <eikenv.h>

    MainWindow::MainWindow(QWidget *parent) :
    QMainWindow(parent),
    ui(new Ui::MainWindow)
    {
    ui->setupUi(this);
    CEikonEnv::Static()->InfoWinL(_L("Hello"),_L("QT"));
    }

    MainWindow::~MainWindow()
    {
    delete ui;
    }
    @

    i have latest Qt creator installed

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

      Hm, where is the question?

      1 Reply Last reply
      0
      • T Offline
        T Offline
        TobbY
        wrote on last edited by
        #3

        while building this program for symbian^3 got success but showing error while building for Symbian^1

        this is the error.. can you tell me why this happening
        @:-1: error: No rule to make target \QtSDK\Symbian\SDKs\Symbian1Qt473\epoc32\release\armv5\LIB\aknnotify.dso', needed by \QtSDK\Symbian\SDKs\Symbian1Qt473\epoc32\release\gcce\urel\temp.exe'. Stop.@

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

          Have you tried to google before posting? Looks like this "thread":http://www.developer.nokia.com/Community/Discussion/showthread.php?212424-No-rule-to-make-target-aknnotify.dso is related to your problem

          1 Reply Last reply
          0
          • T Offline
            T Offline
            TobbY
            wrote on last edited by
            #5

            i had tried already, you can read that post, that conversation is still unsolved
            [quote author="Denis Kormalev" date="1310206230"]Have you tried to google before posting? Looks like this "thread":http://www.developer.nokia.com/Community/Discussion/showthread.php?212424-No-rule-to-make-target-aknnotify.dso is related to your problem[/quote]

            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