Set proper API version for NFC and Bluetooth API.
In addition we update gitignore to suppress example binaries. Change-Id: I3d5755d7ae9f45d5d51858a16edc9c8dbead974e Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
This commit is contained in:
parent
0683f58f7a
commit
c11663a36b
|
|
@ -25,3 +25,11 @@ tmp
|
|||
imports/*
|
||||
include
|
||||
tests/auto/cmake/build
|
||||
examples/bluetooth/btchat/btchat
|
||||
examples/bluetooth/btfiletransfer/btfiletransfer
|
||||
examples/bluetooth/btscanner/btscanner
|
||||
examples/bluetooth/bttennis/bttennis
|
||||
examples/bluetooth/scanner/qml_scanner
|
||||
examples/nfc/annotatedurl/annotatedurl
|
||||
examples/nfc/ndefeditor/ndefeditor
|
||||
examples/nfc/poster/qml_poster
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
load(qt_build_config)
|
||||
|
||||
MODULE_VERSION = 0.0.0
|
||||
MODULE_VERSION = 5.2.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue