fix start/stop/pause
[Sak.git] / sak.pro
blobd714ebd04a7383bda6cd0f976d69a90d44a49b18
1 # #####################################################################
2 # Automatically generated by qmake (2.01a) Tue Dec 11 11:09:55 2007
3 # #####################################################################
4 TEMPLATE = app
5 TARGET =
6 DEPENDPATH += .
7 INCLUDEPATH += .
8 CONFIG += qt
9 QT += gui opengl network
13 # Input
14 HEADERS += sak.h \
15 sakwidget.h \
16 sakmessageitem.h \
17 pixmapviewer.h \
18 backupper.h \
19 piechart.h \
20 task.h \
21 saksubwidget.h \
22 timeline.h \
23 gmailstorage/gmailinterface.h gmailstorage/gmailpyinterface.h
24 SOURCES += main.cpp \
25 sak.cpp \
26 sakhits.cpp \
27 sakwidget.cpp \
28 sakmessageitem.cpp \
29 pixmapviewer.cpp \
30 task.cpp \
31 saksubwidget.cpp \
32 backupper.cpp \
33 timeline.cpp \
35 !win32 {
36 DEFINES += USEGMAIL
39 contains(DEFINES, USEGMAIL) {
40 contains(DEFINES, USELIBGMAIL) {
41 LIBS += -lpython2.5
42 HEADERS += gmailstorage/gmailpyinterface.h
43 SOURCES += gmailstorage/gmailpyinterface.cpp
44 } else {
45 HEADERS += gmailstorage/mailsender.h gmailstorage/gmailmyinterface.h
46 SOURCES += gmailstorage/mailsender.cpp gmailstorage/gmailmyinterface.cpp
51 RESOURCES += sak.qrc