Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build-webos-desktop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ function build_qt4
cd $BASE/qt-build-desktop
if [ ! -e ../qt4/palm-desktop-configure.orig ] ; then
cp -f ../qt4/palm-desktop-configure ../qt4/palm-desktop-configure.orig
sed -i 's/-opensource/-opensource -qpa -fast -qconfig palm -no-dbus/' ../qt4/palm-desktop-configure
sed -i 's/-opensource/-opensource -qpa -fast -qconfig palm -no-dbus -crossarch '$(uname -m)'/' ../qt4/palm-desktop-configure
sed -i 's/libs tools/libs/' ../qt4/palm-desktop-configure
fi
# This export will be picked up by plugins/platforms/platforms.pro and xcb.pro
Expand Down Expand Up @@ -1494,7 +1494,7 @@ build pbnjson 7
build pmloglib 21
build nyx-lib 58
build luna-service2 147
build qt4 4
build qt4 2
build npapi-headers 0.4
build luna-webkit-api 1.01
build webkit 0.54
Expand Down