summaryrefslogtreecommitdiff
path: root/tests/auto/qdoc/qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qdoc/qdoc')
-rw-r--r--tests/auto/qdoc/qdoc/CMakeLists.txt2
-rw-r--r--tests/auto/qdoc/qdoc/boundaries/filesystem/catch_directorypath.cpp2
-rw-r--r--tests/auto/qdoc/qdoc/boundaries/filesystem/catch_filepath.cpp2
-rw-r--r--tests/auto/qdoc/qdoc/filesystem/catch_fileresolver.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/auto/qdoc/qdoc/CMakeLists.txt b/tests/auto/qdoc/qdoc/CMakeLists.txt
index 925290ecd..7e145ab30 100644
--- a/tests/auto/qdoc/qdoc/CMakeLists.txt
+++ b/tests/auto/qdoc/qdoc/CMakeLists.txt
@@ -15,8 +15,8 @@ qt_internal_add_test(tst_QDoc
${QDOC_SOURCE_DIRECTORY}/filesystem/fileresolver.cpp
INCLUDE_DIRECTORIES
${QDOC_INCLUDE_DIRECTORY}
- ../catch_generators/
LIBRARIES
Qt::QDocCatchPrivate
Qt::QDocCatchConversionsPrivate
+ Qt::QDocCatchGeneratorsPrivate
)
diff --git a/tests/auto/qdoc/qdoc/boundaries/filesystem/catch_directorypath.cpp b/tests/auto/qdoc/qdoc/boundaries/filesystem/catch_directorypath.cpp
index 5321e2619..31a45bfa4 100644
--- a/tests/auto/qdoc/qdoc/boundaries/filesystem/catch_directorypath.cpp
+++ b/tests/auto/qdoc/qdoc/boundaries/filesystem/catch_directorypath.cpp
@@ -7,7 +7,7 @@
#include <boundaries/filesystem/directorypath.h>
-#include <qdoc_catch_generators.h>
+#include <catch_generators/generators/path_generator.h>
#include <QFileInfo>
#include <QTemporaryDir>
diff --git a/tests/auto/qdoc/qdoc/boundaries/filesystem/catch_filepath.cpp b/tests/auto/qdoc/qdoc/boundaries/filesystem/catch_filepath.cpp
index 46481e4d6..957a13127 100644
--- a/tests/auto/qdoc/qdoc/boundaries/filesystem/catch_filepath.cpp
+++ b/tests/auto/qdoc/qdoc/boundaries/filesystem/catch_filepath.cpp
@@ -7,7 +7,7 @@
#include <boundaries/filesystem/filepath.h>
-#include <qdoc_catch_generators.h>
+#include <catch_generators/generators/path_generator.h>
#include <QFileInfo>
#include <QTemporaryDir>
diff --git a/tests/auto/qdoc/qdoc/filesystem/catch_fileresolver.cpp b/tests/auto/qdoc/qdoc/filesystem/catch_fileresolver.cpp
index fca33debb..75774c9cc 100644
--- a/tests/auto/qdoc/qdoc/filesystem/catch_fileresolver.cpp
+++ b/tests/auto/qdoc/qdoc/filesystem/catch_fileresolver.cpp
@@ -7,7 +7,7 @@
#include <filesystem/fileresolver.h>
-#include <qdoc_catch_generators.h>
+#include <catch_generators/generators/path_generator.h>
#include <vector>
#include <algorithm>