first release
[groupsms] / sms / sms.pro
1 #-------------------------------------------------
2 #
3 # Project created by QtCreator 2010-05-24T19:59:46
4 #
5 #-------------------------------------------------
6
7 QT       += core gui xml
8
9 TARGET = groupsms
10 TEMPLATE = app
11
12 # DEFINES += ONLY_FOR_EBOOK  # include libabook ets..
13 # DEFINES += ONLY_FOR_TELEPATHYQT4
14
15 CONFIG += no_keywords
16 CONFIG += link_pkgconfig
17 PKGCONFIG += glib-2.0 gtk+-2.0 # libosso libebook-1.2 libosso-abook-1.0 TelepathyQt4
18 CONFIG += qdbus
19
20 INCLUDEPATH += /usr/local/include/telepathy-1.0
21
22 LIBS += -L/usr/lib
23
24 SOURCES += main.cpp\
25         mainwindow.cpp \
26     abstractpage.cpp \
27     contactwidget.cpp \
28     contactwidgetitem.cpp \
29     xmlcontroler.cpp \
30     contactpage.cpp \
31     groupwidgetitem.cpp \
32     utility.cpp \
33     contactinterface.cpp \
34     newgroupdialog.cpp \
35     addcontacttogroup.cpp \
36     selectcontactwidget.cpp #\
37 #    tpsession/tpsessionobserver.cpp \
38 #    tpsession/tpsessionchannel.cpp \
39 #    tpsession/tpsessionaccount.cpp \
40 #    tpsession/tpsession.cpp \
41 #    sendsmssession.cpp
42
43 HEADERS  += mainwindow.h \
44     abstractpage.h \
45     contactwidget.h \
46     contactwidgetitem.h \
47     xmlcontroler.h \
48     xmlstring.h \
49     common.h \
50     contactpage.h \
51     groupwidgetitem.h \
52     utility.h \
53     contactinterface.h \
54     newgroupdialog.h \
55     addcontacttogroup.h \
56     selectcontactwidget.h \
57     itemobserver.h \
58     item.h #\
59 #    tpsession/tpsessionobserver.h \
60 #    tpsession/tpsessionchannel.h \
61 #    tpsession/tpsessionaccount.h \
62 #    tpsession/tpsession.h \
63 #    sendsmssession.h
64
65
66 FORMS    += mainwindow.ui \
67     newgroupdialog.ui \
68     addcontacttogroupdialog.ui
69
70 RESOURCES = groupsms.qrc
71
72 CONFIG += mobility
73 MOBILITY = 
74
75 symbian {
76     TARGET.UID3 = 0xe9d84f35
77     # TARGET.CAPABILITY += 
78     TARGET.EPOCSTACKSIZE = 0x14000
79     TARGET.EPOCHEAPSIZE = 0x020000 0x800000
80 }
81
82 # pkg.path = /usr/local/lib/pkgconfig
83 # pkg.files = GroupSMS.pc
84 # target.path += $$[QT_INSTALL_LIBS]
85 # INSTALLS += target pkg