forked from katropine/gmailsniffer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgmailsniffer.pro
44 lines (36 loc) · 826 Bytes
/
gmailsniffer.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
#-------------------------------------------------
#
# Project created by QtCreator 2012-10-27T12:20:41
#
#-------------------------------------------------
QT += core gui network webkit xml
QT += phonon
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = gmail
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
gmailatom.cpp \
email.cpp \
dialogsettings.cpp \
settings.cpp \
sniffernotifier.cpp \
aboutsniffer.cpp \
simplecrypt.cpp
HEADERS += mainwindow.h \
gmailatom.h \
email.h \
dialogsettings.h \
settings.h \
sniffernotifier.h \
aboutsniffer.h \
simplecrypt.h
FORMS += \
mainwindow.ui \
dialogsettings.ui \
sniffernotifier.ui \
aboutsniffer.ui
RESOURCES += \
systrey.qrc
OTHER_FILES += \
COPYING.txt