summaryrefslogtreecommitdiff
path: root/tests/test-security-with-aegis-token/test-security-with-aegis-token.pro
blob: 2f30c562152b58a4bf889307183a721df706a65b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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