aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativeloader/qdeclarativeloader.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtquick1/qdeclarativeloader/qdeclarativeloader.pro')
-rw-r--r--tests/auto/qtquick1/qdeclarativeloader/qdeclarativeloader.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/qtquick1/qdeclarativeloader/qdeclarativeloader.pro b/tests/auto/qtquick1/qdeclarativeloader/qdeclarativeloader.pro
index 7f3cfb20b1..0e4df8d3da 100644
--- a/tests/auto/qtquick1/qdeclarativeloader/qdeclarativeloader.pro
+++ b/tests/auto/qtquick1/qdeclarativeloader/qdeclarativeloader.pro
@@ -2,10 +2,10 @@ CONFIG += testcase
TARGET = tst_qdeclarativeloader
macx:CONFIG -= app_bundle
-INCLUDEPATH += ../../declarative/shared/
-HEADERS += ../../declarative/shared/testhttpserver.h
+INCLUDEPATH += ../../shared/
+HEADERS += ../../shared/testhttpserver.h
SOURCES += tst_qdeclarativeloader.cpp \
- ../../declarative/shared/testhttpserver.cpp
+ ../../shared/testhttpserver.cpp
DEFINES += SRCDIR=\\\"$$PWD\\\"