summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/time/qdatetime
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@qt.io>2019-10-03 13:15:44 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-10-04 06:30:36 +0000
commitb3b2c799f84381a568ff5f6093dbee9ccbb48441 (patch)
tree0c5804d77287e0a0a709d605c11c7dea5c701509 /tests/auto/corelib/time/qdatetime
parenta98f64af91f8e96d2efe2b57d64f9fc41e2006b4 (diff)
cmake: add tests in corelib/time
Change-Id: Idcd5d1be7503b50a43954c1b209e48a32cc8eaa9 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests/auto/corelib/time/qdatetime')
-rw-r--r--tests/auto/corelib/time/qdatetime/CMakeLists.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/auto/corelib/time/qdatetime/CMakeLists.txt b/tests/auto/corelib/time/qdatetime/CMakeLists.txt
new file mode 100644
index 0000000000..b215ca6efa
--- /dev/null
+++ b/tests/auto/corelib/time/qdatetime/CMakeLists.txt
@@ -0,0 +1,26 @@
+# Generated from qdatetime.pro.
+
+#####################################################################
+## tst_qdatetime Test:
+#####################################################################
+
+add_qt_test(tst_qdatetime
+ SOURCES
+ tst_qdatetime.cpp
+ LIBRARIES
+ Qt::CorePrivate
+)
+
+## Scopes:
+#####################################################################
+
+#### Keys ignored in scope 2:.:.:qdatetime.pro:MSVC:
+# QMAKE_CFLAGS_RELEASE = "--O1"
+# QMAKE_CXXFLAGS_RELEASE = "--O1"
+
+extend_target(tst_qdatetime CONDITION APPLE
+ SOURCES
+ tst_qdatetime_mac.mm
+ PUBLIC_LIBRARIES
+ ${FWFoundation}
+)