qtmobility/src/systeminfo/systeminfo.pro
changeset 14 6fbed849b4f4
parent 8 71781823f776
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
    83     mac: {
    83     mac: {
    84         SOURCES += qsysteminfo_mac.mm
    84         SOURCES += qsysteminfo_mac.mm
    85         HEADERS += qsysteminfo_mac_p.h
    85         HEADERS += qsysteminfo_mac_p.h
    86         LIBS += -framework SystemConfiguration -framework CoreFoundation \
    86         LIBS += -framework SystemConfiguration -framework CoreFoundation \
    87          -framework IOKit -framework ApplicationServices -framework Foundation \
    87          -framework IOKit -framework ApplicationServices -framework Foundation \
    88          -framework CoreServices -framework ScreenSaver -framework QTKit
    88          -framework CoreServices -framework ScreenSaver -framework QTKit \
       
    89          -framework IOBluetooth
    89 
    90 
    90             contains(corewlan_enabled, yes) {
    91             contains(corewlan_enabled, yes) {
    91                      isEmpty(QMAKE_MAC_SDK) {
    92                      isEmpty(QMAKE_MAC_SDK) {
    92                          SDK6="yes"
    93                          SDK6="yes"
    93                      } else {
    94                      } else {
    95                              SDK6="yes"
    96                              SDK6="yes"
    96                      }     
    97                      }     
    97                  }
    98                  }
    98             
    99             
    99                 !isEmpty(SDK6) {
   100                 !isEmpty(SDK6) {
   100                         LIBS += -framework CoreWLAN  -framework IOBluetooth -framework CoreLocation
   101                         LIBS += -framework CoreWLAN  -framework CoreLocation
   101                         DEFINES += MAC_SDK_10_6
   102                         DEFINES += MAC_SDK_10_6
   102                 }
   103                 }
   103            } else {
   104            } else {
   104                CONFIG += no_keywords
   105                CONFIG += no_keywords
   105            }
   106            }
   106     
   107 
   107     TEMPLATE = lib
   108     TEMPLATE = lib
   108     }
   109     }
   109 
   110 
   110     symbian:{
   111     symbian:{
   111         contains(S60_VERSION, 3.1){
   112         contains(S60_VERSION, 3.1){