summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobal.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2016-03-16 12:59:56 +0100
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2016-04-19 15:11:06 +0000
commit4879bc91d421714508fb54d095d9b0104d62d842 (patch)
tree3d1d00bb730b6b65d63fcdf3d67a600765d33ceb /src/corelib/global/qglobal.cpp
parent710ec5caeda49ea1c3177880f70c0a853bdcff40 (diff)
Remove dynamic loading of functions that are present in Windows Vista onwards.
Invoke functions directly and add libraries accordingly. Task-number: QTBUG-51673 Change-Id: Ie19d1fc6aa932d6e93a7d310048e4c162fb81046 Reviewed-by: Oliver Wolff <oliver.wolff@theqtcompany.com>
Diffstat (limited to 'src/corelib/global/qglobal.cpp')
-rw-r--r--src/corelib/global/qglobal.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/global/qglobal.cpp b/src/corelib/global/qglobal.cpp
index 96a31e4167..fee987a80c 100644
--- a/src/corelib/global/qglobal.cpp
+++ b/src/corelib/global/qglobal.cpp
@@ -47,7 +47,6 @@
#include "qdatetime.h"
#include <private/qlocale_tools_p.h>
-#include <private/qsystemlibrary_p.h>
#include <qmutex.h>
#ifndef QT_NO_QOBJECT