summaryrefslogtreecommitdiff
path: root/.ycm_extra_conf.py
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2017-11-08 10:55:56 +0200
committerBruno de Oliveira Abinader <bruno@mapbox.com>2017-11-09 16:13:05 +0200
commit3053dabca33710241f18ef29bc769408dd04a763 (patch)
treef8e934bb92bf09a35b25aecad1b675cec4b6c140 /.ycm_extra_conf.py
parent2b03d6e8059020d551bb54fe118eda58d2e6d835 (diff)
downloadqtlocation-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.py2
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',
]