summaryrefslogtreecommitdiff
path: root/tests/test-resource.pro
diff options
context:
space:
mode:
authorWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-01-29 17:20:56 +0200
committerWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-01-29 17:20:56 +0200
commit0746bbd252fe13ce3c4ae523fc28b0cf27314c05 (patch)
tree323b3406c6f893f21c7c7820532c0df2a61881cc /tests/test-resource.pro
parent27c45e867533ad43bc2b2e64fe577a503b2d05a8 (diff)
Refactored Resource into multiple classes
Diffstat (limited to 'tests/test-resource.pro')
-rw-r--r--tests/test-resource.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-resource.pro b/tests/test-resource.pro
index bb4da4c..7ab2678 100644
--- a/tests/test-resource.pro
+++ b/tests/test-resource.pro
@@ -6,8 +6,8 @@ DEPENDPATH += $${BASE}/include $${BASE}/src .
INCLUDEPATH += $${BASE}/src $${BASE}/include
# Input
-HEADERS += $${BASE}/include/resource.h test-resource.h
-SOURCES += $${BASE}/src/resource.cpp test-resource.cpp
+HEADERS += $${BASE}/include/resource.h $${BASE}/include/resources.h test-resource.h
+SOURCES += $${BASE}/src/resource.cpp $${BASE}/src/resources.cpp test-resource.cpp
OBJECTS_DIR = build
MOC_DIR = build