summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
blob: 45114ce9668904e2006a0830a2e0b2d1ba51a371 (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
qtHaveModule(qmltest):qtConfig(open62541)|qtConfig(uacpp) {
    SUBDIRS += declarative
}