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

QT_FOR_CONFIG += opcua-private

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