Поставил QtSDK 1.1 TP, хочу собрать приложение, которое требует Mobility/Multimedia, но при сборке получаю следующую ошибку:
make[2]: *** No rule to make target `\QtSDK\Symbian\SDKs\Symbian1Qt471\epoc32\release\armv5\LIB\QtOpenGL.dso'
Я OpenGL не требовал, может быть для отрисовки в Symbian он используется..
.pro файл:
QT += network declarative core
# Avoid auto screen rotation
#DEFINES += ORIENTATIONLOCK
# Needs to be defined for Symbian
DEFINES += NETWORKACCESS
symbian:TARGET.UID3 = 0xE2AB08F1
# If your application uses the Qt Mobility libraries, uncomment
# the following lines and add the respective components to the
# MOBILITY variable.
CONFIG += mobility
MOBILITY = multimedia
SOURCES += \
texttospeechconverter.cpp \
main.cpp
HEADERS += \
texttospeechconverter.h
FORMS +=
# Please do not modify the following two lines. Required for deployment.
include(deployment.pri)
qtcAddDeployment()