summaryrefslogtreecommitdiff
path: root/qhexedit2/.vscode/c_cpp_properties.json
blob: 1f9c3c598970d92ee9f8f654b688842eace0ea61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
}