aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2018-03-29 08:43:47 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2018-04-04 06:08:24 +0000
commit566124f04be2c576b15d9c63fb44c5710e5693f0 (patch)
treef0d262b6743f30ac0ffb58a345b73a73b706a4fa
parent6528ffb12ec261c34488842aac134160625f42c9 (diff)
Sync list of installed headers in qmake build with qbs build
Change-Id: Iff30d5b3e5d8a6d3af35a016f0f100b4ccc9b645 Reviewed-by: Alexander Volkov <a.volkov@rusbitech.ru> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--src/lib/corelib/tools/tools.pri15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/lib/corelib/tools/tools.pri b/src/lib/corelib/tools/tools.pri
index e40a4f897..e128e5c92 100644
--- a/src/lib/corelib/tools/tools.pri
+++ b/src/lib/corelib/tools/tools.pri
@@ -110,21 +110,20 @@ osx {
!qbs_no_dev_install {
tools_headers.files = \
$$PWD/architectures.h \
+ $$PWD/buildoptions.h \
$$PWD/cleanoptions.h \
$$PWD/codelocation.h \
$$PWD/commandechomode.h \
$$PWD/error.h \
- $$PWD/settings.h \
- $$PWD/settingsmodel.h \
+ $$PWD/generateoptions.h \
+ $$PWD/installoptions.h \
$$PWD/preferences.h \
- $$PWD/profile.h \
$$PWD/processresult.h \
+ $$PWD/profile.h \
+ $$PWD/projectgeneratormanager.h \
$$PWD/qbs_export.h \
- $$PWD/buildoptions.h \
- $$PWD/generateoptions.h \
- $$PWD/generatorpluginmanager.h \
- $$PWD/installoptions.h \
- $$PWD/qbspluginmanager.h \
+ $$PWD/settings.h \
+ $$PWD/settingsmodel.h \
$$PWD/setupprojectparameters.h \
$$PWD/toolchains.h \
$$PWD/version.h