ItsDrike
529753b078
This makes cmake export the qmlls.ini settings for qmlls (lang server), which makes it aware of the C++ components used in the project. By default, qmlls wasn't able to find these as they lived in a separate build dir which it didn't know about. Additionally, this also enables exporting compile commands to provide better support for other editors that rely on these. Note that the compile_commands.json will still only be exported into the build dir though, so to make use of this, you'll probably want to symlink this from the build dir.
79 lines
753 B
Plaintext
79 lines
753 B
Plaintext
*~
|
|
*.autosave
|
|
*.a
|
|
*.core
|
|
*.moc
|
|
*.o
|
|
*.obj
|
|
*.orig
|
|
*.rej
|
|
*.so
|
|
*.so.*
|
|
*_pch.h.cpp
|
|
*_resource.rc
|
|
*.qm
|
|
.#*
|
|
*.*#
|
|
core
|
|
!core/
|
|
tags
|
|
*.debug
|
|
Makefile*
|
|
*.prl
|
|
*.app
|
|
moc_*.cpp
|
|
ui_*.h
|
|
qrc_*.cpp
|
|
Thumbs.db
|
|
*.res
|
|
*.rc
|
|
/.qmake.cache
|
|
/.qmake.stash
|
|
compile_commands.json
|
|
|
|
# qtcreator generated files
|
|
*.pro.user*
|
|
CMakeLists.txt.user*
|
|
|
|
# xemacs temporary files
|
|
*.flc
|
|
|
|
# Vim temporary files
|
|
.*.swp
|
|
|
|
# Folder attributes / configuration files on various platforms
|
|
.DS_STORE
|
|
[Dd]esktop.ini
|
|
.directory
|
|
|
|
# Build directory
|
|
build/
|
|
|
|
# Visual Studio generated files
|
|
*.ib_pdb_index
|
|
*.idb
|
|
*.ilk
|
|
*.pdb
|
|
*.sln
|
|
*.suo
|
|
*.vcproj
|
|
*vcproj.*.*.user
|
|
*.ncb
|
|
*.sdf
|
|
*.opensdf
|
|
*.vcxproj
|
|
*vcxproj.*
|
|
|
|
# MinGW generated files
|
|
*.Debug
|
|
*.Release
|
|
|
|
# Python byte code
|
|
*.pyc
|
|
|
|
# Binaries
|
|
# --------
|
|
*.dll
|
|
*.exe
|
|
|