summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql/kernel/qsqlerror
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-11-12 18:23:28 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-11-13 10:12:32 +0000
commit0d43af1281329bc69a2917b5b66299f176de4102 (patch)
treef25048c14d3422a66341b575d03c2310bf295f8e /tests/auto/sql/kernel/qsqlerror
parent47ce9e5a786fe4c1fbaf1a9aa0030bfcfeea18d5 (diff)
Regenerate tests/auto/sql
Change-Id: If411b1e7c3a7cb58922e5a48309f42ba29f2c068 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests/auto/sql/kernel/qsqlerror')
-rw-r--r--tests/auto/sql/kernel/qsqlerror/CMakeLists.txt13
1 files changed, 12 insertions, 1 deletions
diff --git a/tests/auto/sql/kernel/qsqlerror/CMakeLists.txt b/tests/auto/sql/kernel/qsqlerror/CMakeLists.txt
index 4c2b7a8988..45e7bb383b 100644
--- a/tests/auto/sql/kernel/qsqlerror/CMakeLists.txt
+++ b/tests/auto/sql/kernel/qsqlerror/CMakeLists.txt
@@ -1 +1,12 @@
-add_qt_test(tst_qsqlerror SOURCES tst_qsqlerror.cpp LIBRARIES Qt::Sql)
+# Generated from qsqlerror.pro.
+
+#####################################################################
+## tst_qsqlerror Test:
+#####################################################################
+
+add_qt_test(tst_qsqlerror
+ SOURCES
+ tst_qsqlerror.cpp
+ PUBLIC_LIBRARIES
+ Qt::Sql
+)