summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/time/qtimezone
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/qtimezone
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/qtimezone')
-rw-r--r--tests/auto/corelib/time/qtimezone/CMakeLists.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/tests/auto/corelib/time/qtimezone/CMakeLists.txt b/tests/auto/corelib/time/qtimezone/CMakeLists.txt
new file mode 100644
index 0000000000..7d9a8ccc88
--- /dev/null
+++ b/tests/auto/corelib/time/qtimezone/CMakeLists.txt
@@ -0,0 +1,27 @@
+# Generated from qtimezone.pro.
+
+#####################################################################
+## tst_qtimezone Test:
+#####################################################################
+
+add_qt_test(tst_qtimezone
+ SOURCES
+ tst_qtimezone.cpp
+ LIBRARIES
+ Qt::CorePrivate
+)
+
+## Scopes:
+#####################################################################
+
+extend_target(tst_qtimezone CONDITION QT_FEATURE_icu
+ LIBRARIES
+ ICU::i18n ICU::uc ICU::data
+)
+
+extend_target(tst_qtimezone CONDITION APPLE
+ SOURCES
+ tst_qtimezone_darwin.mm
+ PUBLIC_LIBRARIES
+ ${FWFoundation}
+)