Skip to content

Commit

Permalink
[Qt] Fixed Qt symbian/linux-armcc mkspec when configured with -qtlibi…
Browse files Browse the repository at this point in the history
…nfix.

Patch by Kristian Amlie <kristian.amlie@nokia.com> on 2010-07-09
Reviewed by Simon Hausmann.

* declarative/declarative.pro: Use QT_LIBINFIX.

Canonical link: https://commits.webkit.org/53798@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@62908 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
Kristian Amlie authored and tronical committed Jul 9, 2010
1 parent 7a11d69 commit 78d5f5e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions WebKit/qt/ChangeLog
@@ -1,3 +1,11 @@
2010-07-09 Kristian Amlie <kristian.amlie@nokia.com>

Reviewed by Simon Hausmann.

[Qt] Fixed Qt symbian/linux-armcc mkspec when configured with -qtlibinfix.

* declarative/declarative.pro: Use QT_LIBINFIX.

2010-07-09 Anders Bakken <agbakken@gmail.com>

Reviewed by Simon Hausmann.
Expand Down
1 change: 1 addition & 0 deletions WebKit/qt/declarative/declarative.pro
Expand Up @@ -30,6 +30,7 @@ symbian: {
TARGET.EPOCALLOWDLLDATA=1
TARGET.CAPABILITY = All -Tcb
load(armcc_warnings)
TARGET = $$TARGET$${QT_LIBINFIX}
}

include(../../../WebKit.pri)
Expand Down

0 comments on commit 78d5f5e

Please sign in to comment.