diff options
author | Tobias Hunger <tobias.hunger@gmail.com> | 2018-11-02 14:27:57 +0100 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@qt.io> | 2018-11-05 15:45:54 +0000 |
commit | 806595c5b6c9fc3bfc3bc843ddd1a4b126d6a426 (patch) | |
tree | 980086d432fa769dca71e2bcc811b21271411135 /tests/auto/sql/CMakeLists.txt | |
parent | 4769830034ee2cb503173229c79bd69042e4fffb (diff) |
Add Sql build and tests
Change-Id: I9bf7d61a65950eafcfe6b3ea9c437e353ff7b2ed
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests/auto/sql/CMakeLists.txt')
-rw-r--r-- | tests/auto/sql/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/sql/CMakeLists.txt b/tests/auto/sql/CMakeLists.txt new file mode 100644 index 0000000000..7d4cd486b4 --- /dev/null +++ b/tests/auto/sql/CMakeLists.txt @@ -0,0 +1,2 @@ +add_subdirectory(kernel) +add_subdirectory(models) |