summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorBenjamin Poulain <benjamin.poulain@nokia.com>2009-11-19 15:47:12 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2009-11-19 16:47:03 (GMT)
commit78e331204ed465119d39b9fa89134af667af7d46 (patch)
tree803f7187bc5b6f5fbfb54e8b79d220512ee31264 /examples
parent40b41ecee94ae1d0192e695b6b4168dd2ae430bb (diff)
downloadQt-78e331204ed465119d39b9fa89134af667af7d46.zip
Qt-78e331204ed465119d39b9fa89134af667af7d46.tar.gz
Qt-78e331204ed465119d39b9fa89134af667af7d46.tar.bz2
Use a lowercase name for the binary of the Form Extractor example
The name of the other examples are lowercase. The XML file of Qt Demo reference a lowercase name. Reviewed-by: Olivier Goffart (cherry picked from commit 34044853d4315309920a481a585f96ba7b3fb140)
Diffstat (limited to 'examples')
-rw-r--r--examples/webkit/formextractor/formextractor.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/webkit/formextractor/formextractor.pro b/examples/webkit/formextractor/formextractor.pro
index 4364b4c..51e0c45 100644
--- a/examples/webkit/formextractor/formextractor.pro
+++ b/examples/webkit/formextractor/formextractor.pro
@@ -1,5 +1,5 @@
QT += webkit network
-TARGET = formExtractor
+TARGET = formextractor
TEMPLATE = app
SOURCES += main.cpp \
formextractor.cpp \