summaryrefslogtreecommitdiffstats
path: root/qmake/Makefile.unix.win32
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2017-07-09 13:58:26 -0700
committerThiago Macieira <thiago.macieira@intel.com>2017-07-25 01:01:02 +0000
commit1c6d5b0696f324495e95a12f7718ae7593c9b58a (patch)
tree8572f9ca449bfcfa762ff3f6cb293290cc7d8e02 /qmake/Makefile.unix.win32
parent325b46ce62815a82090436ccf2269fd3a70e3374 (diff)
QFileSystemEngine: Remove the remainder of Windows XP functions
The attempt at loading these functions at runtime with WinRT always failed, so stop trying. Change-Id: I658f552684924f8aa2cafffd14cfc5179ac08498 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'qmake/Makefile.unix.win32')
-rw-r--r--qmake/Makefile.unix.win322
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/Makefile.unix.win32 b/qmake/Makefile.unix.win32
index c747eedcd0..bfcad35357 100644
--- a/qmake/Makefile.unix.win32
+++ b/qmake/Makefile.unix.win32
@@ -1,6 +1,6 @@
EXEEXT = .exe
EXTRA_CXXFLAGS = -DUNICODE
-EXTRA_LFLAGS = -static -s -lole32 -luuid -ladvapi32 -lkernel32
+EXTRA_LFLAGS = -static -s -lole32 -luuid -ladvapi32 -lkernel32 -lnetapi32
QTOBJS = \
qfilesystemengine_win.o \
qfilesystemiterator_win.o \