|
QT = core bluetooth quick
|
|
SOURCES += qmlscanner.cpp
|
|
|
|
TARGET = qml_scanner
|
|
TEMPLATE = app
|
|
|
|
RESOURCES += \
|
|
scanner.qrc
|
|
|
|
OTHER_FILES += \
|
|
scanner.qml \
|
|
Button.qml \
|
|
default.png
|
|
|
|
#DEFINES += QMLJSDEBUGGER
|
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/bluetooth/scanner
|
|
INSTALLS += target
|