Поставил QtSDK 1.1 TP, хочу собрать приложение, которое требует Mobility/Multimedia, но при сборке получаю следующую ошибку:Цитироватьmake[2]: *** No rule to make target `\QtSDK\Symbian\SDKs\Symbian1Qt471\epoc3 2\release\armv5\LIB\QtOpenGL.dso'Я OpenGL не требовал, может быть для отрисовки в Symbian он используется...pro файл:ЦитироватьQT += network declarative core# Avoid auto screen rotation#DEFINES += ORIENTATIONLOCK# Needs to be defined for SymbianDEFINES += NETWORKACCESSsymbian: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 += mobilityMOBILITY = multimediaSOURCES += \ texttospeechconverter.cpp \ main.cppHEADERS += \ texttospeechconverter.hFORMS +=# Please do not modify the following two lines. Required for deployment.include(deployment.pri)qtcAdd Deployment()
|