From de5e3c6631c0bfd8562feb050339187a55116b4f Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Mon, 6 Jan 2014 16:36:24 +0100 Subject: Enable installation of example sources in production builds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ib33b6edf3a8bfb2d063815c802a8f193b26f39cc Reviewed-by: Jędrzej Nowacki --- .qmake.conf | 1 + 1 file changed, 1 insertion(+) (limited to '.qmake.conf') diff --git a/.qmake.conf b/.qmake.conf index ed20914..ca0b710 100644 --- a/.qmake.conf +++ b/.qmake.conf @@ -1,4 +1,5 @@ load(qt_build_config) CONFIG += warning_clean +CONFIG += qt_example_installs MODULE_VERSION = 1.0.1 -- cgit v1.2.1