use nvidia graphics automatically on laptops with optimus
This commit is contained in:
parent
5748b3e47f
commit
55d5720962
2 changed files with 12 additions and 0 deletions
|
@ -54,6 +54,12 @@
|
|||
Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin);
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
extern "C" {
|
||||
__declspec(dllexport) unsigned long NvOptimusEnablement = 0x00000001;
|
||||
}
|
||||
#endif
|
||||
|
||||
/**
|
||||
* "Callouts" are one-time instructional messages shown to the user. In the config settings, there
|
||||
* is a bitfield "callout_flags" options, used to track if a message has already been shown to the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue