Fix simulator build
This commit is contained in:
parent
d26c1312c6
commit
d2fd41d81e
3 changed files with 23 additions and 14 deletions
|
@ -5,3 +5,11 @@ LIBS += -lbbdata -lbbsystem -lbb
|
|||
QT += network
|
||||
|
||||
include(config.pri)
|
||||
|
||||
simulator {
|
||||
INCLUDEPATH += $$quote($$BASEDIR/../bb-cascades-oauth/oauth)
|
||||
DEPENDPATH += $$quote($$BASEDIR/../bb-cascades-oauth/oauth)
|
||||
LIBS += -lkqoauth
|
||||
LIBS += $$quote(-L$$BASEDIR/../bb-cascades-oauth/oauth/o-g)
|
||||
PRE_TARGETDEPS += $$quote($$BASEDIR/../bb-cascades-oauth/oauth/o-g)
|
||||
}
|
||||
|
|
|
@ -1,15 +1,7 @@
|
|||
1
|
||||
48
|
||||
AboutPage.qml
|
||||
AppCover.qml
|
||||
LoginSheet.qml
|
||||
main.qml
|
||||
moment.js
|
||||
NewPostSheet.qml
|
||||
RefreshItem.qml
|
||||
SettingsPage.qml
|
||||
ThreadPage.qml
|
||||
UserItem.qml
|
||||
UserPage.qml
|
||||
icons/at.png
|
||||
icons/bell-slash.png
|
||||
icons/bell.png
|
||||
|
@ -23,6 +15,7 @@ icons/ic_add_bookmarks.png
|
|||
icons/ic_cancel.png
|
||||
icons/ic_compose.png
|
||||
icons/ic_contact.png
|
||||
icons/ic_copy.png
|
||||
icons/ic_del_bookmarks.png
|
||||
icons/ic_edit.png
|
||||
icons/ic_favorite.png
|
||||
|
@ -41,10 +34,17 @@ icons/retweet.png
|
|||
icons/sign-out.png
|
||||
icons/star-o.png
|
||||
icons/star.png
|
||||
icons/ic_copy.png
|
||||
StreamTab.qml
|
||||
WebViewSheet.qml
|
||||
LoginSheet.qml
|
||||
main.qml
|
||||
moment.js
|
||||
NewPostSheet.qml
|
||||
parser.js
|
||||
PostItem.qml
|
||||
ProfilePage.qml
|
||||
parser.js
|
||||
AboutPage.qml
|
||||
RefreshItem.qml
|
||||
SettingsPage.qml
|
||||
StreamTab.qml
|
||||
ThreadPage.qml
|
||||
UserItem.qml
|
||||
UserPage.qml
|
||||
WebViewSheet.qml
|
||||
|
|
|
@ -46,6 +46,7 @@
|
|||
<configuration name="Simulator-Debug">
|
||||
<platformArchitecture>x86</platformArchitecture>
|
||||
<asset path="x86/o-g/Goober" entry="true" type="Qnx/Elf">Goober</asset>
|
||||
<asset path="../bb-cascades-oauth/oauth/o-g/libkqoauth.so" type="Qnx/Elf">lib/libkqoauth.so.1</asset>
|
||||
</configuration>
|
||||
|
||||
<!-- The name that is displayed in the BlackBerry 10 application installer.
|
||||
|
|
Reference in a new issue