summaryrefslogtreecommitdiff
path: root/tests/test-memory-leaks/test-memory-leaks.pro
diff options
context:
space:
mode:
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