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