summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-04-11 21:49:51 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-25 08:41:57 +0200
commitca465aaf25b4d03d80c31e530690a7bb5071963b (patch)
tree8a9427f46e5f13e9d41cd513a7a3671f0b14d0c0 /src
parentfcfe81f6fab3d3d9fa399cdf03b5fb1cddc033b3 (diff)
use auto-defined QT_BUILD_*_LIB variables
Change-Id: Ie837270ba2f17847bdf4918ffce2fa199bfb8165 Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/bluetooth/bluetooth.pro2
-rw-r--r--src/bluetooth/qbluetoothglobal.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/bluetooth/bluetooth.pro b/src/bluetooth/bluetooth.pro
index d10653f3..da738cd0 100644
--- a/src/bluetooth/bluetooth.pro
+++ b/src/bluetooth/bluetooth.pro
@@ -6,7 +6,7 @@ QPRO_PWD = $PWD
CONFIG += module
QT = core
-DEFINES += QT_BUILD_BT_LIB QT_MAKEDLL
+DEFINES += QT_BUILD_BLUETOOTH_LIB QT_MAKEDLL
load(qt_module_config)
diff --git a/src/bluetooth/qbluetoothglobal.h b/src/bluetooth/qbluetoothglobal.h
index 69e5112a..fea23d00 100644
--- a/src/bluetooth/qbluetoothglobal.h
+++ b/src/bluetooth/qbluetoothglobal.h
@@ -64,7 +64,7 @@
# if defined(QT_DLL)
# undef QT_DLL
# endif
-# if defined(QT_BUILD_BT_LIB)
+# if defined(QT_BUILD_BLUETOOTH_LIB)
# define Q_BLUETOOTH_EXPORT Q_DECL_EXPORT
# else
# define Q_BLUETOOTH_EXPORT Q_DECL_IMPORT