summaryrefslogtreecommitdiffstats
path: root/tests/auto/security/security.pro
blob: bde83f7a7d3318c1d28221163da53d74b6eed2b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TARGET = tst_security

QT += testlib opcua network
QT -= gui
CONFIG += testcase
RESOURCES += certs.qrc

SOURCES += \
    tst_security.cpp

HEADERS += \
    $$PWD/../../common/backend_environment.h

INCLUDEPATH += \
    $$PWD/../../common