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

QT_FOR_CONFIG += opcua-private

qtConfig(open62541) {
    SUBDIRS += open62541-testserver
}