00001 # Add more folders to ship with the application, here
00002 folder_01.source = qml/bluetoothex
00003 folder_01.target = qml
00004 DEPLOYMENTFOLDERS = folder_01
00005
00006 # Additional import path used to resolve QML modules in Creator's code model
00007 QML_IMPORT_PATH =
00008
00009 DEFINES += NETWORKACCESS
00010
00011 # Common header and sources for all build targets
00012 HEADERS += bluetoothex.h
00013 SOURCES += main.cpp \
00014 bluetoothex.cpp \
00015
00016 symbian {
00017 TARGET.UID3 = 0xE492D6F5
00018 TARGET.CAPABILITY = LocalServices \
00019 NetworkServices \
00020 ReadUserData \
00021 UserEnvironment \
00022 WriteUserData
00023 SOURCES += servicediscoverer.cpp \
00024 serviceadvertiser.cpp \
00025 listener.cpp \
00026 devicediscoverer.cpp \
00027 connector.cpp \
00028 bluetoothex_symbian.cpp
00029 HEADERS += connector.h \
00030 common.h \
00031 servicediscoverer.h \
00032 serviceadvertiser.h \
00033 listener.h \
00034 devicediscoverer.h \
00035 bluetoothex_symbian.h \
00036
00037 LIBS += -lesock \
00038 -lbluetooth \
00039 -lbtmanclient \
00040 -lsdpagent \
00041 -lsdpdatabase \
00042 -lcharconv
00043 }
00044
00045 else {
00046 # Stub sources and headers for platforms other than Symbian
00047 HEADERS += bluetoothex_stub.h
00048 SOURCES += bluetoothex_stub.cpp
00049 }
00050
00051 # Please do not modify the following two lines. Required for deployment.
00052 include(qmlapplicationviewer/qmlapplicationviewer.pri)
00053 qtcAddDeployment()