summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
blob: a90406fb457cc04a12d43f08848c5a8b5f334cea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE = subdirs
SUBDIRS +=  qopcuaclient connection clientSetupInCpp

QT_FOR_CONFIG += opcua-private

# only build declarative tests if at least one backend was built
qtHaveModule(qmltest):qtConfig(open62541)|qtConfig(uacpp) {
    SUBDIRS += declarative
}

# This tries to check if the server supports security
qtConfig(mbedtls): SUBDIRS += security