I am facing problems when trying to deploy an application for an N9.
The following error message is received when trying to install the application:
"Can't install. Unable to trace installation package dependencies."
I have taken the following steps:
1. Test Simulator: application works
2. Change build to Harmattan Target (QT SDK) Release
3. Build > Clean All
4. Build > Build Project
5. Build > Deploy Project
Tried to install "appname_1.0.0_armel.deb" --> fails.
the appname.pro file contains:
symbian:TARGET.UID3 = 0xE1C0329D
symbian:TARGET.CAPABILITY += NetworkServices
QT += core gui multimedia webkit
myFiles.source = audio
myFiles.target = appfiles
DEPLOYMENTFOLDERS = myFiles
CONFIG += mobility
MOBILITY += multimedia
SOURCES += main.cpp mainwindow.cpp
HEADERS += mainwindow.h
FORMS += mainwindow.ui
RESOURCES += resources.qrc
include(deployment.pri)
qtcAddDeployment()
OTHER_FILES += \
qtc_packaging/debian_harmattan/rules \
qtc_packaging/debian_harmattan/README \
qtc_packaging/debian_harmattan/manifest.aegis \
qtc_packaging/debian_harmattan/copyright \
qtc_packaging/debian_harmattan/control \
qtc_packaging/debian_harmattan/compat \
qtc_packaging/debian_harmattan/changelog
{
target.path = /opt/appname/bin
INSTALLS += target
}
Any pointers?

Reply With Quote
epends}, ${misc


