mirror of
https://github.com/theCheeseboard/thedesk.git
synced 2025-01-22 18:32:09 -05:00
Put QT_QPA_PLATFORMTHEME environment variable
This commit is contained in:
parent
51bc990493
commit
1e6491c8bc
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@
|
|||
#include <tapplication.h>
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
//Put environment variables
|
||||
qputenv("QT_QPA_PLATFORMTHEME", "ts");
|
||||
|
||||
tApplication a(argc, argv);
|
||||
|
||||
a.setApplicationName("theDesk");
|
||||
|
|
Loading…
Reference in a new issue