-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathqt4phone.pro
58 lines (45 loc) · 1.05 KB
/
qt4phone.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 \
.
LIBS += -L/usr/local/lib \
# -lpt_linux_x86_64_r_s \
# -lh323_linux_x86_64_r_s \
# -lpt_linux_x86_64_r \
# -lh323_linux_x86_64_r \
-lpt \
-lopenh323
QT += xml
# Input
HEADERS += myphoneendpoint.h \
qt4phonedlg.h \
cvideodlg.h \
cvideodevice.h \
csettingsdlg.h \
global.h \
caddrbook.h
FORMS += qt4phone.ui \
csettingsdlg.ui \
cvideodlg.ui \
caddrbook.ui
SOURCES += main.cpp \
myphoneendpoint.cpp \
cvideodlg.cpp \
cvideodevice.cpp \
csettingsdlg.cpp \
qt4phonedlg.cpp \
caddrbook.cpp
RESOURCES += qt4phone.qrc