summaryrefslogtreecommitdiffstats
path: root/tests/tests.pro
blob: cbd10df19008e7ea6f52e1a4eeec3a1adbdf7c1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE = subdirs
CONFIG += ordered

SUBDIRS = \
    tst_qdbmessage.pro \
    tst_stream.pro \

config_libusb10 {
    SUBDIRS += \
        servicetest.pro \
        streamtest.pro
}