summaryrefslogtreecommitdiff
path: root/tests/test-security-without-aegis-token/test-security-without-aegis-token.pro
blob: fd8b04208017ce60c1e64fd73c4c7a7463785c03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
include(../../common.pri)
TEMPLATE = app
TARGET = test-security-without-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
# Install options
target.path   = /usr/lib/libresourceqt-tests/
#target.files  = test-security-without-aegis-token 

INSTALLS      = target