-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContactImage.pro
72 lines (54 loc) · 1.93 KB
/
ContactImage.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
#-------------------------------------------------
#
# Project created by QtCreator 2010-09-18T22:19:45
#
#-------------------------------------------------
QT += core gui webkit network script xml
TARGET = RGBA
TEMPLATE = app
INCLUDEPATH += C:\NokiaQtSDK\Simulator\QtMobility\mingw\include\QtContacts \
C:\NokiaQtSDK\Simulator\QtMobility\mingw\include\QtSystemInfo\
#/home/abhijith/qtmobility/qt-mobility/src/contacts\
#/home/abhijith/qtmobility/qt-mobility/src/contacts/filters \
#/home/abhijith/qtmobility/qt-mobility/src/contacts/requests \
#/home/abhijith/qtmobility/qt-mobility/src/contacts/details
./InnerActiveAd
SOURCES += main.cpp\
mainwindow.cpp \
fapi.cpp \
SlidingStackedWidget.cpp \
contactmanager.cpp \
friend.cpp \
fbfriendsmodel.cpp \
scrollingComponents/SignalGuard/SignalGuard.cpp \
scrollingComponents/QsWidgets/QsKineticScroller.cpp \
synchronizer.cpp \
customdelegate.cpp
HEADERS += mainwindow.h \
fapi.h \
SlidingStackedWidget.h \
contactmanager.h \
friend.h \
fbfriendsmodel.h \
scrollingComponents/QsWidgets/QsKineticScroller.h \
scrollingComponents/SignalGuard/SignalGuard.h \
synchronizer.h \
customdelegate.h
FORMS += mainwindow.ui
CONFIG += mobility
MOBILITY = contacts systeminfo
LIBS += -L../InnerActiveAdQt_lib/release
PRE_TARGETDEPS += ../InnerActiveAdQt_lib/release/libInnerActiveAdQtLib.a
LIBS += -lInnerActiveAdQtLib
symbian {
TARGET.UID3 = 0xee8fabaa
TARGET.CAPABILITY += NetworkServices ReadDeviceData ReadUserData WriteUserData SwEvent
TARGET.EPOCSTACKSIZE = 0x14000
TARGET.EPOCHEAPSIZE = 0x020000 0x1600000
#DEPLOYMENT.installer_header = 0x2002CCCF
#MMP_RULES -= PAGED
#MMP_RULES += UNPAGED
}
OTHER_FILES +=
RESOURCES += \
resource.qrc