qtmobility/src/systeminfo/systeminfo.pro
changeset 14 6fbed849b4f4
parent 8 71781823f776
--- a/qtmobility/src/systeminfo/systeminfo.pro	Fri Jun 11 14:26:25 2010 +0300
+++ b/qtmobility/src/systeminfo/systeminfo.pro	Wed Jun 23 19:08:38 2010 +0300
@@ -85,7 +85,8 @@
         HEADERS += qsysteminfo_mac_p.h
         LIBS += -framework SystemConfiguration -framework CoreFoundation \
          -framework IOKit -framework ApplicationServices -framework Foundation \
-         -framework CoreServices -framework ScreenSaver -framework QTKit
+         -framework CoreServices -framework ScreenSaver -framework QTKit \
+         -framework IOBluetooth
 
             contains(corewlan_enabled, yes) {
                      isEmpty(QMAKE_MAC_SDK) {
@@ -97,13 +98,13 @@
                  }
             
                 !isEmpty(SDK6) {
-                        LIBS += -framework CoreWLAN  -framework IOBluetooth -framework CoreLocation
+                        LIBS += -framework CoreWLAN  -framework CoreLocation
                         DEFINES += MAC_SDK_10_6
                 }
            } else {
                CONFIG += no_keywords
            }
-    
+
     TEMPLATE = lib
     }