Symbian code showing error on symbian^1
-
@TARGET = test
TEMPLATE = appSOURCES += main.cpp
mainwindow.cppHEADERS += 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
-
Hm, where is the question?
-
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.@ -
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
-
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]