尝试构建 BlackBerry 10 应用程序。它的一些部分已经完成。我已经下载了ECLIPSE indigo、QT5.31、Blackberry SDK。现在我试图在 Eclipse 中打开它。但是出现错误:
以下行中未解决的包含:
<bb/cascades/Application>
#include <Qt/5.3/qdeclarativedebug.h>
#include <bb/cascades/Application>
#include <bb/cascades/QmlDocument>
#include <bb/cascades/LocaleHandler>
#include <bb/cascades/AbstractPane>
#include <bb/cascades/LocaleHandler>
#include <bb/cascades/NavigationPane>
#include <bb/cascades/TabbedPane>
#include <bb/system/InvokeManager>
#include <bb/system/InvokeRequest>
#include <bb/system/InvokeTarget>
#include <bb/system/InvokeTargetReply>
#include <bb/device/DisplayInfo>
项目具有以下扩展名为 .CPP .HPP .QML .PRO .UI 的文件。
谢谢
.PRO 文件有以下代码:
APP_NAME = Gazzet
CONFIG += qt warn_on cascades10
include(config.pri)
LIBS += -lbb -lbbdevice -lbbdata -lbbsystem -lbbplatform -lbbplatformbbm