summaryrefslogtreecommitdiffstats
path: root/patches/0081-Compile-and-install-QtSvg-examples.patch
blob: 0c87327872118dee4d470a2355fc34adf490e310 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
From 3523d49092a18a1df862e34ab61acffdd8ccbd36 Mon Sep 17 00:00:00 2001
From: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
Date: Thu, 3 Mar 2011 02:56:20 +0000
Subject: [PATCH] Compile and install QtSvg examples

---
 qtsvg/qtsvg.pro |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/qtsvg/qtsvg.pro b/qtsvg/qtsvg.pro
index 19ff9d5..5d4666b 100644
--- a/qtsvg/qtsvg.pro
+++ b/qtsvg/qtsvg.pro
@@ -3,6 +3,10 @@ TEMPLATE = subdirs
 module_qtsvg_src.subdir = src
 module_qtsvg_src.target = module-qtsvg-src
 
+module_qtsvg_examples.subdir = examples
+module_qtsvg_examples.target = module-qtsvg-examples
+module_qtsvg_examples.depends = module_qtsvg_src
+
 module_qtsvg_demos.subdir = demos
 module_qtsvg_demos.target = module-qtsvg-demos
 module_qtsvg_demos.depends = module_qtsvg_src
@@ -13,6 +17,7 @@ module_qtsvg_tests.depends = module_qtsvg_src
 module_qtsvg_tests.CONFIG = no_default_target no_default_install
 
 SUBDIRS += module_qtsvg_src \
+           module_qtsvg_examples \
            module_qtsvg_demos \
            module_qtsvg_tests \
 
-- 
1.7.1