summaryrefslogtreecommitdiffstats
path: root/src/plugins/opcua/opcua.pro
blob: 1570e3d5248771cc231740371412cfe0cb44f93f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = subdirs

QT_FOR_CONFIG += opcua-private

!vxworks:!integrity {
    qtConfig(open62541)|qtConfig(system-open62541) {
        SUBDIRS += open62541
    }
}

qtConfig(uacpp) {
    SUBDIRS += uacpp
}