-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfindme.pro
43 lines (32 loc) · 818 Bytes
/
findme.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
#-------------------------------------------------
#
# Project created by QtCreator 2011-01-05T17:45:56
#
#-------------------------------------------------
QT += core gui network
#xml network
TARGET = findme
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp
HEADERS += mainwindow.h
CONFIG += mobility
MOBILITY = location \
messaging
symbian {
TARGET.UID3 = 0xeb22583b
TARGET.CAPABILITY += Location \
ReadUserData \
WriteUserData \
ReadDeviceData \
WriteDeviceData \
UserEnvironment
TARGET.EPOCSTACKSIZE = 0x14000
TARGET.EPOCHEAPSIZE = 0x020000 0x800000
#LIBS += -lprofileengine
}
maemo5 {
QT += dbus
}
#RESOURCES += \
# findme.qrc