From bbdda48aa85a4d071d721dc8ac948c3b771bc293 Mon Sep 17 00:00:00 2001 From: Marius Storm-Olsen 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