Single page launcher using Qt to launch VMWare Horizon, and store login details to KWallet.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

24 lines
689 B

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/usr/include/qt",
"/usr/include/qt/QtWidgets",
"/usr/include/qt/QtGui",
"/usr/include/qt/QtCore",
"/usr/lib/qt/mkspecs/linux-g++",
"/usr/include/KF5/KSyntaxHighlighting",
"/usr/include/KF5/KWallet"
],
"defines": [],
"compilerPath": "/usr/bin/clang",
"cStandard": "c17",
"cppStandard": "c++14",
"intelliSenseMode": "linux-clang-x64"
}
],
"version": 4
}