summaryrefslogtreecommitdiffstats
path: root/qmake/Makefile.win32
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2017-04-13 17:50:05 -0700
committerThiago Macieira <thiago.macieira@intel.com>2017-06-12 06:14:37 +0000
commit030782e1a8c44c6be2a95c88d5a4a3a37b3b6173 (patch)
treef5508927660b4728c67a4cd7dca91e2525567c81 /qmake/Makefile.win32
parent593f022515da8a834b358b5a57779afff619b3e7 (diff)
Move qrand() & qsrand() to qrandom.cpp
Now that we have the file, may as well consolidate Change-Id: Icd0e0d4b27cb4e5eb892fffd14b51d3e701c6a94 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'qmake/Makefile.win32')
-rw-r--r--qmake/Makefile.win321
1 files changed, 1 insertions, 0 deletions
diff --git a/qmake/Makefile.win32 b/qmake/Makefile.win32
index f62b4cfeba..385493b582 100644
--- a/qmake/Makefile.win32
+++ b/qmake/Makefile.win32
@@ -109,6 +109,7 @@ QTOBJS= \
qtextstream.obj \
qdatastream.obj \
quuid.obj \
+ qrandom.obj \
qsettings.obj \
qvariant.obj \
qsettings_win.obj \