summaryrefslogtreecommitdiffstats
path: root/patches/0011-Fixup-not-paths-for-other-modules.patch
blob: c9f9aad362ca99d80bc9c69df7f66d9bc4b5b059 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From bbdda48aa85a4d071d721dc8ac948c3b771bc293 Mon Sep 17 00:00:00 2001
From: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
Date: Wed, 24 Nov 2010 19:51:35 -0600
Subject: [PATCH] Fixup: not paths for other modules

---
 qtbase/mkspecs/features/qt_module.prf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/qtbase/mkspecs/features/qt_module.prf b/qtbase/mkspecs/features/qt_module.prf
index 3ec941a..dbe863f 100644
--- a/qtbase/mkspecs/features/qt_module.prf
+++ b/qtbase/mkspecs/features/qt_module.prf
@@ -1,5 +1,5 @@
 # This file is loaded on-demand, before any .qmake.cache (sometimes *in* .qmake.cache), to loaded
-# important settings for modules, such as paths to QtBase and other modules.
+# important settings for modules, such as paths to QtBase, settings etc.
 # Consequently, we have to do some stunts to figure out where to find qmodule.pri.
 
 isEmpty(QMAKE_QT_MODULE)|!exists($$QMAKE_QT_MODULE) {
-- 
1.7.3.2.343.g7d43d