blob: cafef4c0d33ab5ca056ec6a64444ac94bbbb7ee3 [file] [log] [blame]
Sébastien Blind2e8d0e2019-01-10 14:18:36 -05001TEMPLATE = app
2TARGET = jami-qt
3
4QT += widgets xml multimedia multimediawidgets network webenginewidgets
5
6isEmpty(LRC) {
7 LRC=../../install/lrc/
8}
9
10INCLUDEPATH += $${LRC}/include/libringclient
11INCLUDEPATH += $${LRC}/include
12
13LIBS += -L$${LRC}/lib -lringclient
14LIBS += -lqrencode
15
16# Input
17HEADERS += aboutdialog.h \
18 bannedcontactswidget.h \
19 idlabel.h \
20 globalsystemtray.h \
21 selectareadialog.h \
22 ringcontactlineedit.h \
23 version.h \
24 windowscontactbackend.h \
25 smartlistview.h \
26 settingskey.h \
27 photoboothwidget.h \
28 navwidget.h \
29 videowidget.h \
30 videoview.h \
31 accountitemdelegate.h \
32 accountlistmodel.h \
33 advancedsettingswidget.h \
34 avatargraphicsview.h \
35 animationhelpers.h \
36 bannedlistmodel.h \
37 callwidget.h \
38 conversationitemdelegate.h \
39 deleteaccountdialog.h \
40 currentaccountcombobox.h \
41 conversationsfilterwidget.h \
42 lrcinstance.h \
43 linkdevwidget.h \
44 invitebuttonswidget.h \
45 messagewebview.h \
46 messagewebpage.h \
47 mainwindow.h \
48 photoboothdialog.h \
49 passworddialog.h \
50 newwizardwidget.h \
51 regnamedialog.h \
52 pixbufmanipulator.h \
53 ringbutton.h \
54 settingsitemwidget.h \
55 setavatardialog.h \
56 runguard.h \
57 ringthemeutils.h \
58 settingswidget.h \
59 smartlistselectorbuttonnotifier.h \
60 smartlistmodel.h \
61 shmclient.h \
62 videooverlay.h \
63 utils.h \
64 webchathelpers.h
65FORMS += contactdialog.ui \
66 videoview.ui \
67 animatedoverlay.ui \
68 bannedcontactswidget.ui \
69 ringbutton.ui \
70 deviceeditwidget.ui \
71 invitebuttonswidget.ui \
72 photoboothdialog.ui \
73 passworddialog.ui \
74 setavatardialog.ui \
75 deleteaccountdialog.ui \
76 aboutdialog.ui \
77 accountdetails.ui \
78 mainwindow.ui \
79 linkdevwidget.ui \
80 photoboothwidget.ui \
81 newwizardwidget.ui \
82 regnamedialog.ui \
83 advancedsettingswidget.ui \
84 callwidget.ui \
85 settingswidget.ui \
86 videooverlay.ui
87SOURCES += aboutdialog.cpp \
88 bannedcontactswidget.cpp \
89 idlabel.cpp \
90 globalsystemtray.cpp \
91 pixbufmanipulator.cpp \
92 navwidget.cpp \
93 ringcontactlineedit.cpp \
94 smartlistview.cpp \
95 selectareadialog.cpp \
96 windowscontactbackend.cpp \
97 videowidget.cpp \
98 accountlistmodel.cpp \
99 accountitemdelegate.cpp \
100 advancedsettingswidget.cpp \
101 animationhelpers.cpp \
102 bannedlistmodel.cpp \
103 avatargraphicsview.cpp \
104 callwidget.cpp \
105 conversationsfilterwidget.cpp \
106 conversationitemdelegate.cpp \
107 deleteaccountdialog.cpp \
108 currentaccountcombobox.cpp \
109 main.cpp \
110 linkdevwidget.cpp \
111 invitebuttonswidget.cpp \
112 messagewebview.cpp \
113 messagewebpage.cpp \
114 mainwindow.cpp \
115 photoboothdialog.cpp \
116 passworddialog.cpp \
117 newwizardwidget.cpp \
118 regnamedialog.cpp \
119 photoboothwidget.cpp \
120 ringbutton.cpp \
121 settingsitemwidget.cpp \
122 setavatardialog.cpp \
123 runguard.cpp \
124 settingswidget.cpp \
125 smartlistselectorbuttonnotifier.cpp \
126 smartlistmodel.cpp \
127 shmclient.cpp \
128 videooverlay.cpp \
129 utils.cpp \
130 videoview.cpp \
131 webchathelpers.cpp
132RESOURCES += ressources.qrc