summaryrefslogtreecommitdiffstats
path: root/qtwebengine.pro
diff options
context:
space:
mode:
authorPierre Rossi <pierre.rossi@digia.com>2013-06-17 18:20:39 +0200
committerPierre Rossi <pierre.rossi@digia.com>2013-06-17 18:26:20 +0200
commitc6144131d1f97bcd69682bb733a54f2cd777f127 (patch)
treef44ff4d3c2955636ceb811bd59ed90ed22a1a58f /qtwebengine.pro
parent4a08bd334b661d00a9fd908d054728ab9e9a5d8d (diff)
Split out the example into two distinct ones
Cleaner than deciding on startup with an env variable
Diffstat (limited to 'qtwebengine.pro')
-rw-r--r--qtwebengine.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtwebengine.pro b/qtwebengine.pro
index c08945a44..ddf013d55 100644
--- a/qtwebengine.pro
+++ b/qtwebengine.pro
@@ -8,7 +8,7 @@ SUBDIRS = shared \
lib \
process \
build \ # This is where we use the generated qt_generated.gypi and run gyp
- example \
+ examples \
# Ninja executable location needs to be determined early for extra targets. Should be fetched from cache most of the time anyway.
NINJA_EXECUTABLE = $$findNinja()