aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick2/qdeclarativepixmapcache/qdeclarativepixmapcache.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtquick2/qdeclarativepixmapcache/qdeclarativepixmapcache.pro')
-rw-r--r--tests/auto/qtquick2/qdeclarativepixmapcache/qdeclarativepixmapcache.pro8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/auto/qtquick2/qdeclarativepixmapcache/qdeclarativepixmapcache.pro b/tests/auto/qtquick2/qdeclarativepixmapcache/qdeclarativepixmapcache.pro
index 1cc8149e85..0eb21af139 100644
--- a/tests/auto/qtquick2/qdeclarativepixmapcache/qdeclarativepixmapcache.pro
+++ b/tests/auto/qtquick2/qdeclarativepixmapcache/qdeclarativepixmapcache.pro
@@ -3,12 +3,12 @@ TARGET = tst_qdeclarativepixmapcache
macx:CONFIG -= app_bundle
SOURCES += tst_qdeclarativepixmapcache.cpp \
- ../../shared/testhttpserver.cpp \
- ../../shared/util.cpp
-HEADERS += ../../shared/testhttpserver.h \
- ../../shared/util.h
+ ../../shared/testhttpserver.cpp
+HEADERS += ../../shared/testhttpserver.h
INCLUDEPATH += ../../shared/
+include (../../shared/util.pri)
+
importFiles.files = data
importFiles.path = .
DEPLOYMENT += importFiles