summaryrefslogtreecommitdiff
path: root/qhexedit2/.vscode/c_cpp_properties.json
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2023-07-07 12:37:21 +0200
committerToni Uhlig <matzeton@googlemail.com>2023-07-07 12:37:21 +0200
commitfebaef00017278ac65cb7e285564ebc9d5dadfe5 (patch)
tree940ac1386117785496334432dc03a3c0cfa02de5 /qhexedit2/.vscode/c_cpp_properties.json
parentf41f2dce18111c923c331a3fe6900edee731d040 (diff)
parent004b73ed7ef33cb407897f7eccbec5f3861f99d7 (diff)
Merge commit '004b73ed7ef33cb407897f7eccbec5f3861f99d7' as 'qhexedit2'
Diffstat (limited to 'qhexedit2/.vscode/c_cpp_properties.json')
-rw-r--r--qhexedit2/.vscode/c_cpp_properties.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/qhexedit2/.vscode/c_cpp_properties.json b/qhexedit2/.vscode/c_cpp_properties.json
new file mode 100644
index 0000000..1f9c3c5
--- /dev/null
+++ b/qhexedit2/.vscode/c_cpp_properties.json
@@ -0,0 +1,20 @@
+{
+ "configurations": [
+ {
+ "name": "Linux",
+ "includePath": [
+ "${workspaceFolder}/**",
+ "/usr/include/x86_64-linux-gnu/qt5/QtCore/",
+ "/usr/include/x86_64-linux-gnu/qt5/QtGui/",
+ "/usr/include/x86_64-linux-gnu/qt5/QtWidgets/",
+ "/usr/include/x86_64-linux-gnu/qt5/"
+ ],
+ "defines": [],
+ "compilerPath": "/usr/bin/gcc",
+ "cStandard": "gnu17",
+ "cppStandard": "gnu++14",
+ "intelliSenseMode": "linux-gcc-x64"
+ }
+ ],
+ "version": 4
+} \ No newline at end of file