summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/qobjectrace/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/other/qobjectrace/CMakeLists.txt')
-rw-r--r--tests/auto/other/qobjectrace/CMakeLists.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/auto/other/qobjectrace/CMakeLists.txt b/tests/auto/other/qobjectrace/CMakeLists.txt
index 8069b40ad7..7a2be39d81 100644
--- a/tests/auto/other/qobjectrace/CMakeLists.txt
+++ b/tests/auto/other/qobjectrace/CMakeLists.txt
@@ -6,8 +6,7 @@
qt_internal_add_test(qobjectrace
SOURCES
- ../../../shared/emulationdetector.h
tst_qobjectrace.cpp
- INCLUDE_DIRECTORIES
- ../../../shared
+ PUBLIC_LIBRARIES
+ Qt::TestPrivate
)