aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-11-23 15:58:06 -0800
committerJake Petroules <jake.petroules@qt.io>2017-12-01 19:52:36 +0000
commit7b25d531d6f76d7c4e6f3097b66ce9cf45e76d34 (patch)
treed51e29b38a799de286a5f7e939f0fea31053f623
parenta02f291219b42838ec38ddb3cf89b0ed35d014be (diff)
Sync up qbs.h with the list of headers that actually get installed
This doesn't include the libqbsqtprofilesetup or forward declaration headers. Change-Id: I7bf79c5005c3d93df2aa90b1f3c03c160d13a03d Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--src/lib/corelib/qbs.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/lib/corelib/qbs.h b/src/lib/corelib/qbs.h
index ef0d5f644..e6373b072 100644
--- a/src/lib/corelib/qbs.h
+++ b/src/lib/corelib/qbs.h
@@ -44,19 +44,24 @@
#include "api/project.h"
#include "api/projectdata.h"
#include "api/rulecommand.h"
+#include "api/runenvironment.h"
#include "logging/ilogsink.h"
#include "tools/architectures.h"
#include "tools/buildoptions.h"
#include "tools/cleanoptions.h"
+#include "tools/codelocation.h"
+#include "tools/commandechomode.h"
#include "tools/error.h"
#include "tools/generateoptions.h"
#include "tools/installoptions.h"
#include "tools/preferences.h"
-#include "tools/profile.h"
#include "tools/processresult.h"
+#include "tools/profile.h"
+#include "tools/projectgeneratormanager.h"
#include "tools/settings.h"
#include "tools/settingsmodel.h"
#include "tools/setupprojectparameters.h"
#include "tools/toolchains.h"
+#include "tools/version.h"
#endif // QBS_H