summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluetooth.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/bluetooth.pro')
-rw-r--r--src/bluetooth/bluetooth.pro8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bluetooth/bluetooth.pro b/src/bluetooth/bluetooth.pro
index e1e4d7a2..51b12b5f 100644
--- a/src/bluetooth/bluetooth.pro
+++ b/src/bluetooth/bluetooth.pro
@@ -126,9 +126,9 @@ qtConfig(bluez) {
DEFINES += QT_BLUEZ_NO_BTLE
include(dummy/dummy.pri)
SOURCES += \
- qlowenergycontroller_p.cpp
+ qlowenergycontroller_dummy.cpp
- PRIVATE_HEADERS += qlowenergycontroller_p.h
+ PRIVATE_HEADERS += qlowenergycontroller_dummy_p.h
}
} else:android:!android-embedded {
@@ -254,9 +254,9 @@ qtConfig(bluez) {
qbluetoothservicediscoveryagent_p.cpp \
qbluetoothsocket_dummy.cpp \
qbluetoothserver_p.cpp \
- qlowenergycontroller_p.cpp
+ qlowenergycontroller_dummy.cpp
- PRIVATE_HEADERS += qlowenergycontroller_p.h \
+ PRIVATE_HEADERS += qlowenergycontroller_dummy_p.h \
qbluetoothsocket_dummy_p.h
}