removed the workspace_loc variable because something doesn't like it in
the bar-descriptor.xml :/
This commit is contained in:
parent
aa6b86dd45
commit
e1a5c31adb
2 changed files with 14 additions and 14 deletions
|
@ -2,6 +2,17 @@
|
|||
45
|
||||
AboutPage.qml
|
||||
AppCover.qml
|
||||
LoginSheet.qml
|
||||
main.qml
|
||||
moment.js
|
||||
NewPostSheet.qml
|
||||
PostItem.qml
|
||||
ProfilePage.qml
|
||||
RefreshItem.qml
|
||||
SettingsPage.qml
|
||||
ThreadPage.qml
|
||||
UserItem.qml
|
||||
UserPage.qml
|
||||
icons/at.png
|
||||
icons/bell-slash.png
|
||||
icons/bell.png
|
||||
|
@ -33,15 +44,4 @@ icons/retweet.png
|
|||
icons/sign-out.png
|
||||
icons/star-o.png
|
||||
icons/star.png
|
||||
LoginSheet.qml
|
||||
main.qml
|
||||
moment.js
|
||||
NewPostSheet.qml
|
||||
PostItem.qml
|
||||
ProfilePage.qml
|
||||
RefreshItem.qml
|
||||
SettingsPage.qml
|
||||
StreamTab.qml
|
||||
ThreadPage.qml
|
||||
UserItem.qml
|
||||
UserPage.qml
|
||||
|
|
|
@ -30,18 +30,18 @@
|
|||
<configuration name="Device-Debug">
|
||||
<platformArchitecture>armle-v7</platformArchitecture>
|
||||
<asset path="arm/o.le-v7-g/Goober" entry="true" type="Qnx/Elf">Goober</asset>
|
||||
<asset path="${workspace_loc:/bb-cascades-oauth/oauth/o.le-v7-g/libkqoauth.so}" type="Qnx/Elf">lib/libkqoauth.so.1</asset>
|
||||
<asset path="../bb-cascades-oauth/oauth/o.le-v7-g/libkqoauth.so" type="Qnx/Elf">lib/libkqoauth.so.1</asset>
|
||||
</configuration>
|
||||
<configuration name="Device-Release">
|
||||
<entryPointType>Qnx/Cascades</entryPointType>
|
||||
<platformArchitecture>armle-v7</platformArchitecture>
|
||||
<asset path="arm/o.le-v7/Goober.so" entry="true" type="Qnx/Elf">Goober.so</asset>
|
||||
<asset path="${workspace_loc:/bb-cascades-oauth/oauth/o.le-v7/libkqoauth.so}" type="Qnx/Elf">lib/libkqoauth.so.1</asset>
|
||||
<asset path="../bb-cascades-oauth/oauth/o.le-v7/libkqoauth.so" type="Qnx/Elf">lib/libkqoauth.so.1</asset>
|
||||
</configuration>
|
||||
<configuration name="Device-Profile">
|
||||
<platformArchitecture>armle-v7</platformArchitecture>
|
||||
<asset path="arm-p/o.le-v7-g/Goober" entry="true" type="Qnx/Elf">Goober</asset>
|
||||
<asset path="${workspace_loc:/bb-cascades-oauth/oauth/o.le-v7/libkqoauth.so}" type="Qnx/Elf">lib/libkqoauth.so.1</asset>
|
||||
<asset path="../bb-cascades-oauth/oauth/o.le-v7/libkqoauth.so" type="Qnx/Elf">lib/libkqoauth.so.1</asset>
|
||||
</configuration>
|
||||
<configuration name="Simulator-Debug">
|
||||
<platformArchitecture>x86</platformArchitecture>
|
||||
|
|
Reference in a new issue