-
Notifications
You must be signed in to change notification settings - Fork 4
/
qtphone.pro
58 lines (45 loc) · 1.06 KB
/
qtphone.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
######################################################################
# Automatically generated by qmake (2.01a) ?? ???. 16 11:58:52 2011
######################################################################
TEMPLATE = app
DESTDIR = bin
MOC_DIR = tmp
OBJECTS_DIR = tmp
UI_DIR = tmp
RCC_DIR = tmp
UI_HEADER_DIR = tmp
UI_SOURCES_DIR = tmp
DEFINES += QT_NO_DEBUG
CONFIG += warn_off release
DEPENDPATH += .
INCLUDEPATH += /usr/local/include/ptlib \
/usr/local/include/openh323 \
$(PTLIBDIR)/include \
$(OPENH323DIR)/include \
.
LIBS += -L/usr/local/lib \
-L$(PTLIBDIR)/lib_linux_x86_64 \
-L$(OPENH323DIR)/lib \
-lpt \
-lh323_linux_x86_64_
QT += xml
# Input
HEADERS += myphoneendpoint.h \
qtphonedlg.h \
cvideodlg.h \
cvideodevice.h \
csettingsdlg.h \
global.h \
caddrbook.h
FORMS += qtphone.ui \
csettingsdlg.ui \
cvideodlg.ui \
caddrbook.ui
SOURCES += main.cpp \
myphoneendpoint.cpp \
cvideodlg.cpp \
cvideodevice.cpp \
csettingsdlg.cpp \
qtphonedlg.cpp \
caddrbook.cpp
RESOURCES += qtphone.qrc