summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2009-09-23 10:12:24 +0200
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2009-09-23 10:13:48 +0200
commit6d3764ee563db117d03b9c759e491b70a3c1df7d (patch)
tree4896af87a5e1c7e08eeb814efad207ebfeee8682 /examples
parente410d2711ae2aba15b9da7b07a4f8e40a50ab9c5 (diff)
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 d2cb240d59..e748c749be 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 \