Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Kate
Commits
2ed3a8cf
Commit
2ed3a8cf
authored
Oct 04, 2022
by
Waqar Ahmed
Committed by
Christoph Cullmann
Oct 04, 2022
Browse files
Update our .kateproject, make it actually usable
parent
ce0b7154
Pipeline
#241663
passed with stage
in 12 minutes and 58 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.kateproject
View file @
2ed3a8cf
{
"name": "Kate"
, "files": [ { "git": 1 } ]
, "build": {
"directory": "build"
, "build": "make all"
, "clean": "make clean"
, "quick": "gcc -Wall -g -o %n %f"
"name": "Kate",
"files": [
{
"git": 1
}
],
"build": {
"directory": "build",
"targets": [
{
"name": "kdesrcbuild-kate",
"build_cmd": "kdesrc-build kate",
"run_cmd": "kdesrc-run kate -n ."
},
{
"name": "kate-all",
"build_cmd": "ninja",
"run_cmd": "./bin/kate -n ."
},
{
"name": "kate",
"build_cmd": "ninja kate-bin",
"run_cmd": "./bin/kate -n ."
}
]
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment