summaryrefslogtreecommitdiff
path: root/tests/test-memory-leaks/test-memory-leaks.pro
diff options
context:
space:
mode:
authorVsevolod Buzinov <ext-vsevolod.buzinov@nokia.com>2010-05-26 09:59:02 +0300
committerVsevolod Buzinov <ext-vsevolod.buzinov@nokia.com>2010-05-26 09:59:02 +0300
commit6a6d3799cb686d5cc91c79e281fb8b0ba436fe0c (patch)
treee62d87f90ef7fcde9fe6e7e95d6bd9f1ae485755 /tests/test-memory-leaks/test-memory-leaks.pro
parent5e69a0ef55fc3299862aa168ce1b4db3fabb3e83 (diff)
Added test-memory-leaks, not built by the root makefile
Diffstat (limited to 'tests/test-memory-leaks/test-memory-leaks.pro')
-rw-r--r--tests/test-memory-leaks/test-memory-leaks.pro24
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/test-memory-leaks/test-memory-leaks.pro b/tests/test-memory-leaks/test-memory-leaks.pro
new file mode 100644
index 0000000..73c1146
--- /dev/null
+++ b/tests/test-memory-leaks/test-memory-leaks.pro
@@ -0,0 +1,24 @@
+include(../../common.pri)
+TEMPLATE = app
+TARGET = test-memory-leaks
+DESTDIR = build
+DEPENDPATH += $${POLICY} $${BASE}/src .
+INCLUDEPATH += $${LIBRESOURCEQT}/src $${LIBRESOURCEQT}/include $${LIBRESOURCEINC} $${LIBDBUSQEVENTLOOP}
+
+# Input
+HEADERS += test-memory-leaks.h
+SOURCES += test-memory-leaks.cpp
+
+OBJECTS_DIR = build
+MOC_DIR = build
+
+LIBS += -L$${LIBDBUSQEVENTLOOP}/build -L$${LIBRESOURCEQT}/build -ldbus-qeventloop -lresourceqt
+
+CONFIG += qt debug warn_on link_pkgconfig
+QT -= gui
+PKGCONFIG += dbus-1 libresource0
+
+# Install directives
+INSTALLBASE = /usr
+target.path = $${INSTALLBASE}/lib/libresourceqt-tests/
+INSTALLS = target