summaryrefslogtreecommitdiffstats
path: root/afterlive/qtactiveqt/0001-Add-module.prf-and-install-MODULE_PRI-for-each-modul.patch
blob: 73ba6bedec61335fb63005378c0689d2c501a54c (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
From 34e59b54f0247a857430a4c0b1ec99b29b614e33 Mon Sep 17 00:00:00 2001
From: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
Date: Fri, 1 Apr 2011 05:47:28 -0500
Subject: [PATCH] Add module.prf, and install MODULE_PRI for each module

Output warning if not present
---
 src/src.pro                           |    3 +++
 1 files changed, 85 insertions(+), 5 deletions(-)
 create mode 100644 qtbase/mkspecs/features/module.prf

diff --git a/src/src.pro b/src/src.pro
index 9026c51..faa866d 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -4,3 +4,6 @@ subdir_activeqt.subdir = $$IN_PWD/qtactiveqt
 subdir_activeqt.target = sub_activeqt
 
 SUBDIRS += subdir_activeqt
+
+CONFIG += module
+MODULE_PRI = ../modules/qt_activeqt.pri
-- 
1.7.3.2.343.g7d43d