aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick2/qquickflipable/qquickflipable.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtquick2/qquickflipable/qquickflipable.pro')
-rw-r--r--tests/auto/qtquick2/qquickflipable/qquickflipable.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/qtquick2/qquickflipable/qquickflipable.pro b/tests/auto/qtquick2/qquickflipable/qquickflipable.pro
index d1932fc3d5..3afad837fe 100644
--- a/tests/auto/qtquick2/qquickflipable/qquickflipable.pro
+++ b/tests/auto/qtquick2/qquickflipable/qquickflipable.pro
@@ -2,9 +2,9 @@ CONFIG += testcase
TARGET = tst_qquickflipable
macx:CONFIG -= app_bundle
-SOURCES += tst_qquickflipable.cpp \
- ../../shared/util.cpp
-HEADERS += ../../shared/util.h
+SOURCES += tst_qquickflipable.cpp
+
+include (../../shared/util.pri)
testDataFiles.files = data
testDataFiles.path = .