forked from bicomsystems/outcall2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
OutCALL.pro
78 lines (67 loc) · 1.55 KB
/
OutCALL.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
#-------------------------------------------------
#
# Project created by QtCreator 2015-03-16T10:53:56
#
#-------------------------------------------------
QT += core gui
QT += network
QT += sql
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = OutCALL
TEMPLATE = app
LIBS += Shell32.lib \
Advapi32.lib \
TRANSLATIONS = translations/outcall_pt-br.ts \
SOURCES += main.cpp\
DebugInfoDialog.cpp \
AboutDialog.cpp \
AddExtensionDialog.cpp \
AddLanguageDialog.cpp \
AsteriskManager.cpp \
CallHistoryDialog.cpp \
ContactDialog.cpp \
ContactManager.cpp \
Global.cpp \
LocalServer.cpp \
OutCALL.cpp \
PlaceCallDialog.cpp \
SearchBox.cpp \
SpeedDialDialog.cpp \
SyncContactsThread.cpp \
SettingsDialog.cpp \
PopupWindow.cpp \
QOutCallLabel.cpp \
Notifier.cpp
HEADERS += \
DebugInfoDialog.h \
SyncContactsThread.h \
AboutDialog.h \
AddLanguageDialog.h \
AsteriskManager.h \
CallHistoryDialog.h \
ContactDialog.h \
ContactManager.h \
Global.h \
LocalServer.h \
OutCALL.h \
PlaceCallDialog.h \
SearchBox.h \
SpeedDialDialog.h \
AddExtensionDialog.h \
SettingsDialog.h \
PopupWindow.h \
QOutCallLabel.h \
Notifier.h
FORMS += \
AboutDialog.ui \
AddExtensionDialog.ui \
AddLanguageDialog.ui \
CallHistoryDialog.ui \
ContactDialog.ui \
DebugInfoDialog.ui \
PlaceCallDialog.ui \
SettingsDialog.ui \
SpeedDialDialog.ui \
PopupWindow.ui
RESOURCES += \
images.qrc