diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-11-08 10:55:56 +0200 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-11-09 16:13:05 +0200 |
commit | 3053dabca33710241f18ef29bc769408dd04a763 (patch) | |
tree | f8e934bb92bf09a35b25aecad1b675cec4b6c140 /.ycm_extra_conf.py | |
parent | 2b03d6e8059020d551bb54fe118eda58d2e6d835 (diff) | |
download | qtlocation-mapboxgl-3053dabca33710241f18ef29bc769408dd04a763.tar.gz |
[build] Added Qt{4,5} Linux build folders to YCM config
Diffstat (limited to '.ycm_extra_conf.py')
-rw-r--r-- | .ycm_extra_conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.ycm_extra_conf.py b/.ycm_extra_conf.py index e395609548..63616a1e98 100644 --- a/.ycm_extra_conf.py +++ b/.ycm_extra_conf.py @@ -38,6 +38,8 @@ import ycm_core compilation_database_folders = [ 'build/linux-x86_64/Debug', + 'build/qt-linux-x86_64/Debug', + 'build/qt4-linux-x86_64/Debug', 'build/macos/compdb/Debug', ] |