mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-13 15:39:05 +01:00
doc: Explain QT_QPA_PLATFORM for gui tests
This commit is contained in:
@@ -63,7 +63,7 @@ int main(int argc, char *argv[])
|
||||
#if defined(WIN32)
|
||||
_putenv_s("QT_QPA_PLATFORM", "minimal");
|
||||
#else
|
||||
setenv("QT_QPA_PLATFORM", "minimal", 0);
|
||||
setenv("QT_QPA_PLATFORM", "minimal", /* overwrite */ 0);
|
||||
#endif
|
||||
|
||||
// Don't remove this, it's needed to access
|
||||
|
||||
Reference in New Issue
Block a user