Skip to content
Snippets Groups Projects
Commit abdea612 authored by am0ebe's avatar am0ebe
Browse files

update gitignore and configure designer in sublime IDE to quickly edit ui

parent a77e05cb
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,8 @@ obj/*
obj/Makefile
!obj/recorder.pro
.cache
*.autosave
*.o
*.avi
*.sublime-workspace
......
......@@ -5,4 +5,4 @@ Based of VimbaX SDK from:
-> expanded on VimbaCPP/Example/AsyncOpenCVRecorder !
used to acquire images and store them as jpeg along with timestamps
does: acquire images and store them as jpeg along with timestamps
......@@ -66,6 +66,10 @@
"name": "bear -- create new compile_commands.json",
"shell_cmd": "bear -- make -j`nproc` && mv compile_commands.json ..",
},
{
"name": "designer",
"shell_cmd": "designer ../src/mainwindow.ui",
},
// {
// "name": "distclean ",
// "shell_cmd": "make -j`nproc` distclean",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment