Modified welcome text file so it shows proper names in the reporsitory
[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     aboutdialog.cpp
24
25 HEADERS  += mainwindow.h \
26     xmlutil.h \
27     profile.h \
28     config.h \
29     addprofile.h \
30     addstep.h \
31     dbusutility.h \
32     confmanager.h \
33     aboutdialog.h
34
35 FORMS    += mainwindow.ui \
36     addprofile.ui \
37     addstep.ui \
38     aboutdialog.ui
39
40 CONFIG += mobility
41 MOBILITY = 
42
43 symbian {
44     TARGET.UID3 = 0xea1d6940
45     # TARGET.CAPABILITY += 
46     TARGET.EPOCSTACKSIZE = 0x14000
47     TARGET.EPOCHEAPSIZE = 0x020000 0x800000
48 }
49
50 OTHER_FILES += \
51     config.xml