From 03c4a20f4c938bd901f1b89fd16d35c7367c3ecc Mon Sep 17 00:00:00 2001
From: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
Date: Mon, 10 Mar 2014 17:04:53 +0100
Subject: [PATCH] Uncomment the binary install of the fancybrowser example

Its sources are going to be installed and the binary should end up at the same
place.

Change-Id: Iad7c732ba9f49cb0f02eb2c10b797298034ef38d
Reviewed-by: Pierre Rossi <pierre.rossi@gmail.com>
---
 examples/webenginewidgets/fancybrowser/fancybrowser.pro | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/webenginewidgets/fancybrowser/fancybrowser.pro b/examples/webenginewidgets/fancybrowser/fancybrowser.pro
index c530f74b8..5f2db6ee3 100644
--- a/examples/webenginewidgets/fancybrowser/fancybrowser.pro
+++ b/examples/webenginewidgets/fancybrowser/fancybrowser.pro
@@ -8,5 +8,5 @@ SOURCES =   main.cpp \
 RESOURCES = jquery.qrc
 
 # install
-#target.path = $$[QT_INSTALL_EXAMPLES]/webenginewidgets/fancybrowser
-#INSTALLS += target
+target.path = $$[QT_INSTALL_EXAMPLES]/webenginewidgets/fancybrowser
+INSTALLS += target
\ No newline at end of file
-- 
GitLab