summaryrefslogtreecommitdiff
path: root/tests/test-security-with-aegis-token/test-security-with-aegis-token.pro
diff options
context:
space:
mode:
authorVsevolod Buzinov <ext-vsevolod.buzinov@nokia.com>2010-08-31 17:33:38 +0300
committerVsevolod Buzinov <ext-vsevolod.buzinov@nokia.com>2010-08-31 17:33:38 +0300
commita7761546eddf14689984ad95f5f6c3aeb4024362 (patch)
tree45dc6ab1318d448db1fb5d682c3d96cd9fa3f276 /tests/test-security-with-aegis-token/test-security-with-aegis-token.pro
parente259ac49bc79329e2b6736eab08f666e3ab87615 (diff)
Added security-related changes such as error signal in resource engine
Diffstat (limited to 'tests/test-security-with-aegis-token/test-security-with-aegis-token.pro')
-rw-r--r--tests/test-security-with-aegis-token/test-security-with-aegis-token.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/test-security-with-aegis-token/test-security-with-aegis-token.pro b/tests/test-security-with-aegis-token/test-security-with-aegis-token.pro
new file mode 100644
index 0000000..2f30c56
--- /dev/null
+++ b/tests/test-security-with-aegis-token/test-security-with-aegis-token.pro
@@ -0,0 +1,18 @@
+include(../../common.pri)
+TEMPLATE = app
+TARGET = test-security-with-aegis-token
+QT = testlib core
+CONFIG -= app_bundle
+DEPENDPATH += $${POLICY} $${BASE}/src .
+INCLUDEPATH += $${LIBRESOURCEQT}/src $${LIBRESOURCEQT}/include $${LIBRESOURCEINC} $${LIBDBUSQEVENTLOOP}
+
+# Input
+SOURCES += test-security.cpp
+
+LIBS += -L$${LIBDBUSQEVENTLOOP}/build -L$${LIBRESOURCEQT}/build -ldbus-qeventloop -lresourceqt
+
+# Install options
+target.path = /usr/lib/libresourceqt-tests/
+#target.files = test-security-with-aegis-token
+
+INSTALLS = target