Everything working fine now. Tested with InterCall conferencing
[confmgr] / confmgr.pro
1 #-------------------------------------------------
2 #
3 # Project created by QtCreator 2010-06-23T14:10:47
4 #
5 #-------------------------------------------------
6
7 QT       += core gui
8 QT       += xml maemo5 dbus
9
10 TARGET = confmgr
11 TEMPLATE = app
12
13
14 SOURCES += main.cpp\
15         mainwindow.cpp \
16     xmlutil.cpp \
17     profile.cpp \
18     config.cpp \
19     addprofile.cpp \
20     addstep.cpp \
21     dbusutility.cpp \
22     confmanager.cpp
23
24 HEADERS  += mainwindow.h \
25     xmlutil.h \
26     profile.h \
27     config.h \
28     addprofile.h \
29     addstep.h \
30     dbusutility.h \
31     confmanager.h
32
33 FORMS    += mainwindow.ui \
34     addprofile.ui \
35     addstep.ui
36
37 CONFIG += mobility
38 MOBILITY = 
39
40 symbian {
41     TARGET.UID3 = 0xea1d6940
42     # TARGET.CAPABILITY += 
43     TARGET.EPOCSTACKSIZE = 0x14000
44     TARGET.EPOCHEAPSIZE = 0x020000 0x800000
45 }
46
47 OTHER_FILES += \
48     config.xml