A bit WIP since I'm going to fix the fact that qconfig.pri generated by configure.exe doesn't set QMAKE_DEFAULT_LIBDIRS or QMAKE_DEFAULT_INCDIRS
38 lines
1.3 KiB
Diff
38 lines
1.3 KiB
Diff
From d66539abfd3fedd28fbf4d71b17019f1c5dc91f4 Mon Sep 17 00:00:00 2001
|
|
From: Ray Donnelly <mingw.android@gmail.com>
|
|
Date: Mon, 18 Aug 2014 00:12:36 +0100
|
|
Subject: [PATCH 3/5] add generator header installs
|
|
|
|
---
|
|
src/lib/corelib/api/api.pri | 1 +
|
|
src/lib/corelib/tools/tools.pri | 1 +
|
|
2 files changed, 2 insertions(+)
|
|
|
|
diff --git a/src/lib/corelib/api/api.pri b/src/lib/corelib/api/api.pri
|
|
index 18b3b47..10d9bf8 100644
|
|
--- a/src/lib/corelib/api/api.pri
|
|
+++ b/src/lib/corelib/api/api.pri
|
|
@@ -26,6 +26,7 @@ SOURCES += \
|
|
$$PWD/languageinfo.h \
|
|
$$PWD/project.h \
|
|
$$PWD/projectdata.h \
|
|
+ $$PWD/generator.h \
|
|
$$PWD/rulecommand.h \
|
|
$$PWD/runenvironment.h
|
|
api_headers.path = $${QBS_INSTALL_PREFIX}/include/qbs/api
|
|
diff --git a/src/lib/corelib/tools/tools.pri b/src/lib/corelib/tools/tools.pri
|
|
index 431eb27..a77926c 100644
|
|
--- a/src/lib/corelib/tools/tools.pri
|
|
+++ b/src/lib/corelib/tools/tools.pri
|
|
@@ -96,6 +96,7 @@ qbs_enable_unit_tests {
|
|
$$PWD/generateoptions.h \
|
|
$$PWD/generatorpluginmanager.h \
|
|
$$PWD/installoptions.h \
|
|
+ $$PWD/generateoptions.h \
|
|
$$PWD/setupprojectparameters.h
|
|
tools_headers.path = $${QBS_INSTALL_PREFIX}/include/qbs/tools
|
|
INSTALLS += tools_headers
|
|
--
|
|
2.3.5
|
|
|