-
Notifications
You must be signed in to change notification settings - Fork 33
/
blink-qt.pro
64 lines (60 loc) · 2.47 KB
/
blink-qt.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
######################################################################
# Automatically generated by qmake (3.1) Tue Sep 27 16:51:23 2022
######################################################################
TEMPLATE = app
TARGET = blink-qt
INCLUDEPATH += .
# You can make your code fail to compile if you use deprecated APIs.
# In order to do so, uncomment the following line.
# Please consult the documentation of the deprecated API in order to know
# how to port your code away from it.
# You can also select to disable deprecated APIs only up to a certain version of Qt.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
# Input
FORMS += resources/about_panel.ui \
resources/add_account.ui \
resources/audio_session.ui \
resources/audio_session_drag.ui \
resources/blink.ui \
resources/chat_input_lock.ui \
resources/chat_session.ui \
resources/chat_widget.ui \
resources/chat_window.ui \
resources/conference_dialog.ui \
resources/contact.ui \
resources/contact_editor.ui \
resources/contact_group.ui \
resources/export_private_key_dialog.ui \
resources/filetransfer_item.ui \
resources/filetransfer_window.ui \
resources/generate_pgp_key_dialog.ui \
resources/import_private_key_dialog.ui \
resources/incoming_calltransfer_dialog.ui \
resources/incoming_dialog.ui \
resources/incoming_filetransfer_dialog.ui \
resources/otr_widget.ui \
resources/pending_watcher.ui \
resources/preferences.ui \
resources/screensharing_dialog.ui \
resources/screensharing_toolbox.ui \
resources/screensharing_window.ui \
resources/server_tools.ui \
resources/video_widget.ui \
resources/zrtp_widget.ui
SOURCES += blink/aboutpanel.py \
blink/accounts.py \
blink/chatwindow.py \
blink/contacts.py \
blink/filetransferwindow.py \
blink/history.py \
blink/mainwindow.py \
blink/messages.py \
blink/preferences.py \
blink/sessions.py \
blink/screensharing/vncviewer.py \
blink/widgets/buttons.py \
blink/widgets/labels.py \
blink/widgets/lineedit.py \
blink/widgets/otr.py \
blink/widgets/zrtp.py
TRANSLATIONS += resources/i18n/blink_nl.ts resources/i18n/blink_ro.ts