-
-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1419 from Zer0xFF/upstream_qt_addons
Qt & build system improvements
- Loading branch information
Showing
25 changed files
with
468 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
{ | ||
"version": 4, | ||
"configurePresets": [ | ||
{ | ||
"name": "VS", | ||
"displayName": "Visual Studio 17 2022", | ||
"generator": "Visual Studio 17 2022", | ||
"binaryDir": "${sourceDir}/build_cmake/build/${presetName}", | ||
"hidden": true | ||
}, | ||
{ | ||
"name": "NINJA", | ||
"displayName": "Ninja", | ||
"generator": "Ninja Multi-Config", | ||
"binaryDir": "${sourceDir}/build_cmake/build/${presetName}", | ||
"hidden": true | ||
}, | ||
{ | ||
"name": "DEBUGGER", | ||
"cacheVariables": { | ||
"DEBUGGER_INCLUDED": { | ||
"type": "BOOL", | ||
"value": "ON" | ||
} | ||
}, | ||
"hidden": true | ||
}, | ||
{ | ||
"name": "WIN32", | ||
"architecture": { | ||
"value": "x64", | ||
"strategy": "set" | ||
}, | ||
"cacheVariables": { | ||
"USE_QT": { | ||
"type": "BOOL", | ||
"value": "ON" | ||
} | ||
}, | ||
"hidden": true | ||
}, | ||
{ | ||
"name": "win32-vs", | ||
"inherits": [ | ||
"WIN32", | ||
"VS" | ||
] | ||
}, | ||
{ | ||
"name": "win32-vs-debugger", | ||
"inherits": [ | ||
"WIN32", | ||
"VS", | ||
"DEBUGGER" | ||
] | ||
} | ||
], | ||
"buildPresets": [ | ||
{ | ||
"name": "win32-vs", | ||
"configurePreset": "win32-vs", | ||
"configuration": "RelWithDebInfo", | ||
"targets": [ | ||
"Play", | ||
"CodeGenTestSuite" | ||
] | ||
}, | ||
{ | ||
"name": "win32-vs-debugger", | ||
"configurePreset": "win32-vs-debugger", | ||
"targets": [ | ||
"Play" | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.