Skip to content

Commit

Permalink
Added manufacturer contact editin
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed Oct 13, 2023
1 parent d352f6a commit 5547c97
Show file tree
Hide file tree
Showing 13 changed files with 1,872 additions and 335 deletions.
10 changes: 6 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@
"climits": "cpp",
"regex": "cpp",
"any": "cpp",
"numbers": "cpp"
"numbers": "cpp",
"span": "cpp"
},
"python.pythonPath": "/usr/bin/python3",
"files.exclude": {
Expand All @@ -86,9 +87,10 @@
"**/.firebase": true
},
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/**": true
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/*/**": true,
"**/.hg/store/**": true
},
"cmake.configureArgs": [
"-DVCPKG_HOST_TRIPLET=x64-windows-static",
Expand Down
7 changes: 7 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ qt5_wrap_ui(UI src/mainwindow.ui
src/cdlgeditmap.ui
src/cdlgmdfmanufacturer.ui
src/cdlgmdfcontact.ui
src/cdlgmdfcontactlist.ui
)

add_executable(${PROJECT_NAME}
Expand Down Expand Up @@ -513,6 +514,12 @@ add_executable(${PROJECT_NAME}
src/cdlgmdfcontact.cpp
src/cdlgmdfcontact.h

build/ui_cdlgmdfcontactlist.h
src/cdlgmdfcontactlist.ui
src/cdlgmdfcontactlist.cpp
src/cdlgmdfcontactlist.h


${VSCP_PATH}/src/vscp/common/version.h
${VSCP_PATH}/src/vscp/common/vscp.h
${VSCP_PATH}/src/vscp/common/vscpremotetcpif.h
Expand Down
Loading

0 comments on commit 5547c97

Please sign in to comment.