f57d59e605
To have the code bits reusable, they are defined as cmake variables. In order to make the relative paths work and avoid touching every line from the QRC, the resulting file is put into the source dir.
36 lines
425 B
Text
36 lines
425 B
Text
/build*/
|
|
clang
|
|
*.kdev4
|
|
Makefile
|
|
lib
|
|
src/Makefile
|
|
src/*_automoc.cpp*
|
|
src/moc_*.cpp
|
|
CMakeTmp
|
|
CMakeFiles
|
|
KDEConnect.config
|
|
KDEConnect.creator
|
|
KDEConnect.files
|
|
KDEConnect.includes
|
|
.directory
|
|
*.qmlc
|
|
*.rej
|
|
.vscode
|
|
.github/workflows/*
|
|
|
|
# Eclipse settings
|
|
.cproject
|
|
.project
|
|
.settings/*
|
|
|
|
CMakeLists.txt.user
|
|
.DS_Store
|
|
|
|
.clang-format
|
|
/compile_commands.json
|
|
.clangd
|
|
.cache
|
|
.idea
|
|
/cmake-build*
|
|
.clang-format
|
|
app/resources.generated.qrc
|