summaryrefslogtreecommitdiff
path: root/tests/test-resource.pro
diff options
context:
space:
mode:
authorWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-02-02 15:51:41 +0200
committerWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-02-02 15:51:41 +0200
commit8bff62c335842b4c850cc09716e79c2f556247c7 (patch)
tree281dd5c4a92087f6308e3fb540aba62d7fd272c2 /tests/test-resource.pro
parentb7d622788b55d30d51ce30bd58634763fddf66fc (diff)
directory structure changes
Diffstat (limited to 'tests/test-resource.pro')
-rw-r--r--tests/test-resource.pro21
1 files changed, 0 insertions, 21 deletions
diff --git a/tests/test-resource.pro b/tests/test-resource.pro
deleted file mode 100644
index 7ab2678..0000000
--- a/tests/test-resource.pro
+++ /dev/null
@@ -1,21 +0,0 @@
-BASE = ..
-TEMPLATE = app
-TARGET = test-resource
-DESTDIR = build
-DEPENDPATH += $${BASE}/include $${BASE}/src .
-INCLUDEPATH += $${BASE}/src $${BASE}/include
-
-# Input
-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
-
-CONFIG += qt qtestlib debug warn_on
-QT -= gui
-
-# Install directives
-INSTALLBASE = /usr
-target.path = $$INSTALLBASE/share/libresourceqt/tests
-INSTALLS = target