examples/Qt/qtbluetoothapp/bluetoothapp.pro

00001 # -------------------------------------------------
00002 # Project created by QtCreator 2010-11-07T14:10:38
00003 # -------------------------------------------------
00004 QT += core \
00005     gui
00006 TEMPLATE = app
00007 SOURCES += servicediscoverer.cpp \
00008     serviceadvertiser.cpp \
00009     listener.cpp \
00010     devicediscoverer.cpp \
00011     connector.cpp \
00012     bluetoothdiscovery_symbian.cpp \
00013     bluetoothdiscovery.cpp \
00014     main.cpp \
00015     bluetoothappwindow.cpp
00016 HEADERS += connector.h \
00017     common.h \
00018     servicediscoverer.h \
00019     serviceadvertiser.h \
00020     listener.h \
00021     devicediscoverer.h \
00022     bluetoothdiscovery_symbian.h \
00023     bluetoothdiscovery.h \
00024     bluetoothappwindow.h
00025 symbian { 
00026     //TARGET.UID3 = 0xed1fffAA
00027     LIBS += -lesock \
00028         -lbluetooth \
00029         -lbtmanclient \
00030         -lsdpagent \
00031         -lsdpdatabase \
00032         -lcharconv
00033     TARGET.CAPABILITY = LocalServices \
00034         NetworkServices \
00035         ReadUserData \
00036         UserEnvironment \
00037         WriteUserData
00038 }

Generated by  doxygen 1.6.2