diff options
author | Andreas Kling <andreas.kling@nokia.com> | 2011-09-22 12:48:44 (GMT) |
---|---|---|
committer | Andreas Kling <andreas.kling@nokia.com> | 2011-09-22 12:48:44 (GMT) |
commit | a14033620fab5edca44293ec6dfcc904e2e0eb20 (patch) | |
tree | 2316d06ccf1d1d497a9b239223fe6a979ebcfda0 | |
parent | 445cea054bdca393c431f8613e646557359aeb38 (diff) | |
download | Qt-a14033620fab5edca44293ec6dfcc904e2e0eb20.zip Qt-a14033620fab5edca44293ec6dfcc904e2e0eb20.tar.gz Qt-a14033620fab5edca44293ec6dfcc904e2e0eb20.tar.bz2 |
Sentences should end with a period! (Poor man's rebuild trigger.)
-rw-r--r-- | src/3rdparty/webkit/Source/WebCore/WebCore.pri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/webkit/Source/WebCore/WebCore.pri b/src/3rdparty/webkit/Source/WebCore/WebCore.pri index 00357a1..d8ba8a6 100644 --- a/src/3rdparty/webkit/Source/WebCore/WebCore.pri +++ b/src/3rdparty/webkit/Source/WebCore/WebCore.pri @@ -153,7 +153,7 @@ symbian { CONFIG += do_not_build_as_thumb CONFIG(release, debug|release): QMAKE_CXXFLAGS.ARMCC += -OTime -O3 - # Symbian plugin support + # Symbian plugin support. LIBS += -lefsrv !CONFIG(QTDIR_build) { |