summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
blob: c9e958acae81dd9ced7524fb33b7be500d86d381 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
TEMPLATE = subdirs
SUBDIRS += cmake \
           qcanbusframe \
           qcanbusdevice \
           qmodbusdataunit \
           qmodbusreply \
           qmodbusdevice \
           qmodbuspdu \
           qmodbusclient \
           qmodbusserver \
           qmodbuscommevent \
           qmodbusadu \
           qmodbusdeviceidentification

QT_FOR_CONFIG += serialbus

qtConfig(modbus-serialport): SUBDIRS += qmodbusrtuserialmaster

!android: SUBDIRS += qcanbus

qcanbus.depends += plugins
qcanbusdevice.depends += plugins

SUBDIRS += plugins