qtconnectivity/examples/bluetooth/btscanner/btscanner.pro

25 lines
412 B
Prolog

TARGET = btscanner
QT = core bluetooth widgets
requires(qtConfig(listwidget))
TEMPLATE = app
SOURCES = \
main.cpp \
device.cpp \
service.cpp
ios: QMAKE_INFO_PLIST = Info.plist
macos: QMAKE_INFO_PLIST = ../shared/Info.qmake.macos.plist
HEADERS = \
device.h \
service.h
FORMS = \
device.ui \
service.ui
target.path = $$[QT_INSTALL_EXAMPLES]/bluetooth/btscanner
INSTALLS += target