forked from ieatlint/MagRead
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMagRead.pro
More file actions
54 lines (46 loc) · 1.06 KB
/
MagRead.pro
File metadata and controls
54 lines (46 loc) · 1.06 KB
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
#-------------------------------------------------
#
# Project created by QtCreator 2010-07-21T09:30:18
#
#-------------------------------------------------
QT += core gui multimedia
maemo5 {
QT += maemo5
}
TARGET = MagRead
TEMPLATE = app
VERSION = 0.1.5
DEFINES += APP_VERSION=$$VERSION
SOURCES += main.cpp\
magread.cpp \
carddetect.cpp \
magdecode.cpp \
mslib.c \
llist.c \
accountcard.cpp \
aamvacard.cpp \
settingspage.cpp
HEADERS += magread.h \
carddetect.h \
magdecode.h \
mslib.h \
llist.h \
magcard.h \
accountcard.h \
aamvacard.h \
settingspage.h
symbian {
TARGET.UID3 = 0xe2c961e1
TARGET.CAPABILITY += "UserEnvironment"
TARGET.EPOCSTACKSIZE = 0x14000
TARGET.EPOCHEAPSIZE = 0x020000 0x800000
ICON = "magread.svg"
}
unix {
INSTALLS += target desktop icon48
target.path = /usr/bin/magread
desktop.path = /usr/share/applications/hildon
desktop.files += maemofiles/magread.desktop
icon48.path = /usr/share/icons/hicolor/48x48/hildon
icon48.files += maemofiles/magread.png
}