diff options
author | Marco Bubke <[email protected]> | 2019-04-24 14:07:39 +0200 |
---|---|---|
committer | Marco Bubke <[email protected]> | 2019-04-29 12:52:05 +0000 |
commit | 2d520140d01a8c6d9ff88c7f7205dfa28cc06d2d (patch) | |
tree | 04113edcfbf43f62552acfe226b5a6bd307f5ded /share/qtcreator/static.pro | |
parent | 1975641a3d0ccb3f36452524a57f7d2303b62b25 (diff) |
Clang: Fix system pre include search path
We now get the resource path from creator. The -fPIC case is working now
too.
Change-Id: Id191e89e6d46706748d50440038a06a349972cc9
Reviewed-by: Ivan Donchevskii <[email protected]>
Diffstat (limited to 'share/qtcreator/static.pro')
-rw-r--r-- | share/qtcreator/static.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/qtcreator/static.pro b/share/qtcreator/static.pro index cda672829a9..7f39ae2faed 100644 --- a/share/qtcreator/static.pro +++ b/share/qtcreator/static.pro @@ -22,7 +22,8 @@ DATA_DIRS = \ qml-type-descriptions \ modeleditor \ glsl \ - cplusplus + cplusplus \ + indexer_preincludes macx: DATA_DIRS += scripts for(data_dir, DATA_DIRS) { |