-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsak.pro
51 lines (44 loc) · 1.14 KB
/
sak.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
# #####################################################################
# Automatically generated by qmake (2.01a) Tue Dec 11 11:09:55 2007
# #####################################################################
TEMPLATE = app
TARGET =
DEPENDPATH += .
INCLUDEPATH += .
CONFIG += qt
QT += gui opengl network
# Input
HEADERS += sak.h \
sakwidget.h \
sakmessageitem.h \
pixmapviewer.h \
backupper.h \
piechart.h \
task.h \
saksubwidget.h \
timeline.h \
gmailstorage/gmailinterface.h gmailstorage/gmailpyinterface.h
SOURCES += main.cpp \
sak.cpp \
sakhits.cpp \
sakwidget.cpp \
sakmessageitem.cpp \
pixmapviewer.cpp \
task.cpp \
saksubwidget.cpp \
backupper.cpp \
timeline.cpp \
!win32 {
DEFINES += USEGMAIL
}
contains(DEFINES, USEGMAIL) {
contains(DEFINES, USELIBGMAIL) {
LIBS += -lpython2.5
HEADERS += gmailstorage/gmailpyinterface.h
SOURCES += gmailstorage/gmailpyinterface.cpp
} else {
HEADERS += gmailstorage/mailsender.h gmailstorage/gmailmyinterface.h
SOURCES += gmailstorage/mailsender.cpp gmailstorage/gmailmyinterface.cpp
}
}
RESOURCES += sak.qrc