summaryrefslogtreecommitdiffstats
path: root/src/imports/bluetooth/CMakeLists.txt
blob: 5b81ac6de5449a8a41d684fb9e64a6d17dffca42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Generated from bluetooth.pro.

#####################################################################
## bluetooth Plugin:
#####################################################################

qt_internal_add_qml_module(declarative_bluetooth # special case
    URI "QtBluetooth"
    VERSION "${CMAKE_PROJECT_VERSION}"
    CLASSNAME QBluetoothQmlPlugin
    SKIP_TYPE_REGISTRATION
    SOURCES
        plugin.cpp
        qdeclarativebluetoothdiscoverymodel.cpp qdeclarativebluetoothdiscoverymodel_p.h
        qdeclarativebluetoothservice.cpp qdeclarativebluetoothservice_p.h
        qdeclarativebluetoothsocket.cpp qdeclarativebluetoothsocket_p.h
    DEFINES
        QT_DISABLE_DEPRECATED_BEFORE=0
    PUBLIC_LIBRARIES
        Qt::Bluetooth
        Qt::Core
        Qt::Quick
)

#### Keys ignored in scope 1:.:.:bluetooth.pro:<TRUE>:
# QML_IMPORT_VERSION = "$$QT_VERSION"
# TARGETPATH = "QtBluetooth"