diff options
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', ] |