summaryrefslogtreecommitdiffstats
path: root/tests/auto/qbluetoothuuid/qbluetoothuuid.pro
blob: 7ba965d2fa79583461c7802495e8ed29a59cc184 (plain)
1
2
3
4
5
6
7
8
9
SOURCES += tst_qbluetoothuuid.cpp
TARGET = tst_qbluetoothuuid
CONFIG += testcase

QT = core concurrent bluetooth testlib

symbian: {
    LIBS *= -lbluetooth
}