summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global/qrand/CMakeLists.txt
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2020-07-20 13:37:58 +0200
committerEdward Welbourne <edward.welbourne@qt.io>2020-08-14 09:59:36 +0200
commit9ee554ac1d1af97e7ad5b4bf78e2779f7d1c405f (patch)
treec40e65aa3b2f7d02c32b592855c8c03252909c2b /tests/auto/corelib/global/qrand/CMakeLists.txt
parentff555d89650f5cea72365e12fb2b71be9e25b89d (diff)
qglobal.h: remove deprecated global functions
Since 5.0 - qMalloc(), qFree(), qRealloc(), qMemCopy(), qMemSet() Since 5.15 - qsrand(), qrand() Change-Id: I74fa3d17b05521271c3dc563fc85a5b133289ce3 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'tests/auto/corelib/global/qrand/CMakeLists.txt')
-rw-r--r--tests/auto/corelib/global/qrand/CMakeLists.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/auto/corelib/global/qrand/CMakeLists.txt b/tests/auto/corelib/global/qrand/CMakeLists.txt
deleted file mode 100644
index 8b1fabfeb8..0000000000
--- a/tests/auto/corelib/global/qrand/CMakeLists.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-# Generated from qrand.pro.
-
-#####################################################################
-## tst_qrand Test:
-#####################################################################
-
-qt_add_test(tst_qrand
- SOURCES
- tst_qrand.cpp
-)