diff options
author | Kai Koehne <kai.koehne@nokia.com> | 2010-12-10 10:21:04 (GMT) |
---|---|---|
committer | Kai Koehne <kai.koehne@nokia.com> | 2010-12-10 10:39:51 (GMT) |
commit | 376e636eccedb8d8bbb280c3e2655722a5902461 (patch) | |
tree | cfe92dd17fdb1bd87f4a2aaa4460c610fd712e5a /tools/qml/qml.pro | |
parent | 240c33480ea300a78416205602af293d5c223ee2 (diff) | |
download | Qt-376e636eccedb8d8bbb280c3e2655722a5902461.zip Qt-376e636eccedb8d8bbb280c3e2655722a5902461.tar.gz Qt-376e636eccedb8d8bbb280c3e2655722a5902461.tar.bz2 |
QmlViewer: Remove trailing whitespace
Diffstat (limited to 'tools/qml/qml.pro')
-rw-r--r-- | tools/qml/qml.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/qml/qml.pro b/tools/qml/qml.pro index 3927dd6..bdac6e3 100644 --- a/tools/qml/qml.pro +++ b/tools/qml/qml.pro @@ -4,7 +4,7 @@ DESTDIR = ../../bin include(qml.pri) -SOURCES += main.cpp +SOURCES += main.cpp INCLUDEPATH += ../../include/QtDeclarative INCLUDEPATH += ../../src/declarative/util @@ -26,7 +26,7 @@ wince* { QT += xmlpatterns } contains(QT_CONFIG, webkit) { - QT += webkit + QT += webkit } } maemo5 { |