28 lines
933 B
Diff
28 lines
933 B
Diff
From bb9f1cef7689dc566b13b402a7509f8ed3b4f504 Mon Sep 17 00:00:00 2001
|
|
From: Ray Donnelly <mingw.android@gmail.com>
|
|
Date: Tue, 28 Apr 2015 20:46:39 +0100
|
|
Subject: [PATCH 06/10] add commandechomode.h to installed headers
|
|
|
|
.. this header is needed by qbs/tools/buildoptions.h
|
|
---
|
|
src/lib/corelib/tools/tools.pri | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/src/lib/corelib/tools/tools.pri b/src/lib/corelib/tools/tools.pri
|
|
index 9b82822..d5f5983 100644
|
|
--- a/src/lib/corelib/tools/tools.pri
|
|
+++ b/src/lib/corelib/tools/tools.pri
|
|
@@ -99,7 +99,8 @@ qbs_enable_unit_tests {
|
|
$$PWD/generatorpluginmanager.h \
|
|
$$PWD/installoptions.h \
|
|
$$PWD/generateoptions.h \
|
|
- $$PWD/setupprojectparameters.h
|
|
+ $$PWD/setupprojectparameters.h \
|
|
+ $$PWD/commandechomode.h
|
|
tools_headers.path = $${QBS_INSTALL_PREFIX}/include/qbs/tools
|
|
INSTALLS += tools_headers
|
|
}
|
|
--
|
|
2.3.5
|
|
|