removed the workspace_loc variable because something doesn't like it in

the bar-descriptor.xml :/
This commit is contained in:
Morgan McMillian 2017-02-04 08:18:30 -08:00
parent aa6b86dd45
commit e1a5c31adb
2 changed files with 14 additions and 14 deletions

View file

@ -2,6 +2,17 @@
45 45
AboutPage.qml AboutPage.qml
AppCover.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/at.png
icons/bell-slash.png icons/bell-slash.png
icons/bell.png icons/bell.png
@ -33,15 +44,4 @@ icons/retweet.png
icons/sign-out.png icons/sign-out.png
icons/star-o.png icons/star-o.png
icons/star.png icons/star.png
LoginSheet.qml
main.qml
moment.js
NewPostSheet.qml
PostItem.qml
ProfilePage.qml
RefreshItem.qml
SettingsPage.qml
StreamTab.qml StreamTab.qml
ThreadPage.qml
UserItem.qml
UserPage.qml

View file

@ -30,18 +30,18 @@
<configuration name="Device-Debug"> <configuration name="Device-Debug">
<platformArchitecture>armle-v7</platformArchitecture> <platformArchitecture>armle-v7</platformArchitecture>
<asset path="arm/o.le-v7-g/Goober" entry="true" type="Qnx/Elf">Goober</asset> <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>
<configuration name="Device-Release"> <configuration name="Device-Release">
<entryPointType>Qnx/Cascades</entryPointType> <entryPointType>Qnx/Cascades</entryPointType>
<platformArchitecture>armle-v7</platformArchitecture> <platformArchitecture>armle-v7</platformArchitecture>
<asset path="arm/o.le-v7/Goober.so" entry="true" type="Qnx/Elf">Goober.so</asset> <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>
<configuration name="Device-Profile"> <configuration name="Device-Profile">
<platformArchitecture>armle-v7</platformArchitecture> <platformArchitecture>armle-v7</platformArchitecture>
<asset path="arm-p/o.le-v7-g/Goober" entry="true" type="Qnx/Elf">Goober</asset> <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>
<configuration name="Simulator-Debug"> <configuration name="Simulator-Debug">
<platformArchitecture>x86</platformArchitecture> <platformArchitecture>x86</platformArchitecture>