-
Notifications
You must be signed in to change notification settings - Fork 1
/
bluez_manager.pro
51 lines (47 loc) · 1.13 KB
/
bluez_manager.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
######################################################################
# Automatically generated by qmake (2.01a) vie oct 29 13:25:24 2010
######################################################################
TEMPLATE = app
TARGET =
DEPENDPATH += .
INCLUDEPATH += .
CONFIG += qdbus
unix:LIBS += -lkdeui
# Input
HEADERS += \
bluez/manager.h \
bluez/adapter.h \
bluez/device.h \
bluez/agent.h \
bluez/types.h \
manageragent.h \
adapterview.h \
mainwindow.h \
deviceview.h \
deviceswindow.h \
changenamedialog.h \
devicesearchview.h \
pincodedialog.h
SOURCES += main.cpp \
bluez/manager.cpp \
bluez/adapter.cpp \
bluez/device.cpp \
bluez/agent.cpp \
manageragent.cpp \
adapterview.cpp \
mainwindow.cpp \
deviceview.cpp \
deviceswindow.cpp \
changenamedialog.cpp \
devicesearchview.cpp \
pincodedialog.cpp
FORMS += \
adapterview.ui \
deviceview.ui \
deviceswindow.ui \
changenamedialog.ui \
devicesearchview.ui \
pincodedialog.ui
# qDBUS_ADAPTORS += bluez/org.bluez.manager.xml \
# bluez/org.bluez.adapter.xml \
# bluez/agent.xml