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

QT_FOR_CONFIG += opcua-private

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