summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2009-09-23 08:12:24 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2009-09-23 13:05:27 (GMT)
commit1e98062e49222588e2191f389c607867edbd21f6 (patch)
treec0515eed422b62acf4f4b28e680f6ef449af8154
parent052a5b45cdc7f4a90c76a84560edfb517dcb09c8 (diff)
downloadQt-1e98062e49222588e2191f389c607867edbd21f6.zip
Qt-1e98062e49222588e2191f389c607867edbd21f6.tar.gz
Qt-1e98062e49222588e2191f389c607867edbd21f6.tar.bz2
Make sure fontextractor example is found by qtdemo
Qt Demo seems to assume the executable name is the same as the directory name, so change the name to all lower case to avoid getting the message that the example has not been built even when it has. Found by Black Team. (cherry picked from commit 6d3764ee563db117d03b9c759e491b70a3c1df7d)
-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 d2cb240..e748c74 100644
--- a/examples/webkit/formextractor/formextractor.pro
+++ b/examples/webkit/formextractor/formextractor.pro
@@ -1,5 +1,5 @@
QT += webkit
-TARGET = formExtractor
+TARGET = formextractor
TEMPLATE = app
SOURCES += main.cpp \
formextractor.cpp \