-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAlarm.pro
executable file
·99 lines (88 loc) · 2.06 KB
/
Alarm.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
#-------------------------------------------------
#
# Project created by QtCreator 2011-07-26T08:36:08
#
#-------------------------------------------------
QT += core gui
TARGET = worldclock
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
filedelegate.cpp \
world.cpp \
dialog3.cpp \
alsettings.cpp \
tdialog.cpp \
alarmsndpick.cpp \
home.cpp \
citydetail.cpp \
utils.cpp \
qalarmvaluebutton.cpp \
qalarmtimevaluebutton.cpp \
qalarmdatevaluebutton.cpp \
qalarmdaysvaluebutton.cpp \
qalarmdialog.cpp \
qpushlabel.cpp \
qalarmpushbutton.cpp \
qalarmlabel.cpp \
qnewalarmdialog.cpp \
qalarmsoundvaluebutton.cpp \
qalarmsnoozevaluebutton.cpp
HEADERS += mainwindow.h \
filedelegate.h \
osso-intl.h \
world.h \
dialog3.h \
alsettings.h \
tdialog.h \
alarmsndpick.h \
home.h \
Metrics.h \
citydetail.h \
utils.h \
qalarmvaluebutton.h \
qalarmtimevaluebutton.h \
qalarmdatevaluebutton.h \
qalarmdaysvaluebutton.h \
qalarmdialog.h \
qpushlabel.h \
qalarmpushbutton.h \
qalarmlabel.h \
qnewalarmdialog.h \
qalarmsoundvaluebutton.h \
qalarmsnoozevaluebutton.h
FORMS += mainwindow.ui \
world.ui \
dialog3.ui \
alsettings.ui \
mdialog.ui \
alarmsndpick.ui \
tdialog.ui \
home.ui \
citydetail.ui \
newalarmdialog.ui
CONFIG += mobility
MOBILITY =
CONFIG += link_pkgconfig
PKGCONFIG += gstreamer-0.10 gq-gconf alarm libcityinfo0-0
symbian {
TARGET.UID3 = 0xeda884b4
# TARGET.CAPABILITY +=
TARGET.EPOCSTACKSIZE = 0x14000
TARGET.EPOCHEAPSIZE = 0x020000 0x800000
}
unix {
INSTALLS += target desktop
target.path = $$PREFIX/bin
desktop.path = $$PREFIX/share/applications/hildon
desktop.files += worldclock.desktop
}
maemo5 {
QT += maemo5 dbus
LIBS += -ldl -ltime
INSTALLS += service
service.path = $$PREFIX/share/dbus-1/services
service.files += com.nokia.worldclock.service
}
QMAKE_CXXFLAGS_RELEASE = $$(CXXFLAGS)
QMAKE_LFLAGS += $$(LDFLAGS)