summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wolf <ext-martin.2.wolf@nokia.com>2010-02-03 10:19:02 +0200
committerMartin Wolf <ext-martin.2.wolf@nokia.com>2010-02-03 10:19:02 +0200
commit96c2304b134ae2aa1ec56825af40eae4a4fe21cf (patch)
tree6cd9e49385d18051bd8a1ce36cf1095df596341b
parent06644af1a621f2afbd42957afc9cfda24056df54 (diff)
Updated project files
-rw-r--r--tests/test-resource-engine/test-resource-engine.pro4
-rw-r--r--tests/test-resource-set/test-resource-set.pro4
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/test-resource-engine/test-resource-engine.pro b/tests/test-resource-engine/test-resource-engine.pro
index 9413609..25e2dd9 100644
--- a/tests/test-resource-engine/test-resource-engine.pro
+++ b/tests/test-resource-engine/test-resource-engine.pro
@@ -1,4 +1,4 @@
-BASE = ..
+BASE = ../../libresourceqt
TEMPLATE = app
TARGET = test-resource-engine
DESTDIR = build
@@ -25,5 +25,5 @@ PKGCONFIG += dbus-1
# Install directives
INSTALLBASE = /usr
-target.path = $${INSTALLBASE}/share/libresourceqt/tests
+target.path = $${INSTALLBASE}/lib/libresourceqt-tests/
INSTALLS = target
diff --git a/tests/test-resource-set/test-resource-set.pro b/tests/test-resource-set/test-resource-set.pro
index ad6d90d..5a9f7f6 100644
--- a/tests/test-resource-set/test-resource-set.pro
+++ b/tests/test-resource-set/test-resource-set.pro
@@ -1,4 +1,4 @@
-BASE = ..
+BASE = ../../libresourceqt
TEMPLATE = app
TARGET = test-resource-set
DESTDIR = build
@@ -17,5 +17,5 @@ QT -= gui
# Install directives
INSTALLBASE = /usr
-target.path = $$INSTALLBASE/share/libresourceqt/tests
+target.path = $$INSTALLBASE/lib/libresourceqt-tests/
INSTALLS = target