summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2009-09-23 08:12:24 (GMT)
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2009-09-23 08:13:48 (GMT)
commit6d3764ee563db117d03b9c759e491b70a3c1df7d (patch)
tree4896af87a5e1c7e08eeb814efad207ebfeee8682 /examples
parente410d2711ae2aba15b9da7b07a4f8e40a50ab9c5 (diff)
downloadQt-6d3764ee563db117d03b9c759e491b70a3c1df7d.zip
Qt-6d3764ee563db117d03b9c759e491b70a3c1df7d.tar.gz
Qt-6d3764ee563db117d03b9c759e491b70a3c1df7d.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.
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 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 \