summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/CMakeLists.txt
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2019-04-18 12:58:11 +0200
committerTobias Hunger <tobias.hunger@qt.io>2019-04-29 12:02:22 +0000
commitc43b57c9b8d02e070d26f6f6ebbd89caf8eb8255 (patch)
tree4675818664ec3d68c1e4937f307193666ea6e6f9 /tests/auto/corelib/io/CMakeLists.txt
parentd0d63aa26084036a9d5b29e2c450784cb703f87d (diff)
CMake: Add tests/auto/corelib/io/qabstractfileengine
Change-Id: I2f48ba9b23f9e3bc7e6c91a7b4c79f5f15824270 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests/auto/corelib/io/CMakeLists.txt')
-rw-r--r--tests/auto/corelib/io/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/corelib/io/CMakeLists.txt b/tests/auto/corelib/io/CMakeLists.txt
index e1b4f931cd..539a9d9242 100644
--- a/tests/auto/corelib/io/CMakeLists.txt
+++ b/tests/auto/corelib/io/CMakeLists.txt
@@ -1,4 +1,5 @@
add_subdirectory(largefile)
+add_subdirectory(qabstractfileengine)
add_subdirectory(qbuffer)
add_subdirectory(qdataurl)
if(QT_FEATURE_private_tests)