summaryrefslogtreecommitdiff
path: root/noncore/tools/clock/clock.pro
authorllornkcor <llornkcor>2003-02-17 01:22:21 (UTC)
committer llornkcor <llornkcor>2003-02-17 01:22:21 (UTC)
commita5e3911518d00ae327d3fe29871c03354344f086 (patch) (unidiff)
tree15b4a17d942283a98bd7f482c380ef54220d2fa8 /noncore/tools/clock/clock.pro
parent0c50793d0ef839e90b9b2dea5001c3170971fc06 (diff)
downloadopie-a5e3911518d00ae327d3fe29871c03354344f086.zip
opie-a5e3911518d00ae327d3fe29871c03354344f086.tar.gz
opie-a5e3911518d00ae327d3fe29871c03354344f086.tar.bz2
attempt to fix bug 586 - new thread and sleep 15 sec for cards to mount for mp3 alarm
Diffstat (limited to 'noncore/tools/clock/clock.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/clock/clock.pro32
1 files changed, 16 insertions, 16 deletions
diff --git a/noncore/tools/clock/clock.pro b/noncore/tools/clock/clock.pro
index 29dd52b..8b92118 100644
--- a/noncore/tools/clock/clock.pro
+++ b/noncore/tools/clock/clock.pro
@@ -6,26 +6,26 @@ SOURCES = clock.cpp setAlarm.cpp \
6 main.cpp 6 main.cpp
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += $(OPIEDIR)/include 8DEPENDPATH += $(OPIEDIR)/include
9LIBS += -lqpe -lopie 9LIBS += -lqpe -lopie -lpthread
10INTERFACES = 10INTERFACES =
11TARGET = clock 11TARGET = clock
12 12
13TRANSLATIONS = ../../../i18n/de/clock.ts \ 13TRANSLATIONS = ../../../i18n/de/clock.ts \
14 ../../../i18n/xx/clock.ts \ 14 ../../../i18n/xx/clock.ts \
15 ../../../i18n/en/clock.ts \ 15 ../../../i18n/en/clock.ts \
16 ../../../i18n/es/clock.ts \ 16 ../../../i18n/es/clock.ts \
17 ../../../i18n/fr/clock.ts \ 17 ../../../i18n/fr/clock.ts \
18 ../../../i18n/hu/clock.ts \ 18 ../../../i18n/hu/clock.ts \
19 ../../../i18n/ja/clock.ts \ 19 ../../../i18n/ja/clock.ts \
20 ../../../i18n/ko/clock.ts \ 20 ../../../i18n/ko/clock.ts \
21 ../../../i18n/no/clock.ts \ 21 ../../../i18n/no/clock.ts \
22 ../../../i18n/pl/clock.ts \ 22 ../../../i18n/pl/clock.ts \
23 ../../../i18n/pt/clock.ts \ 23 ../../../i18n/pt/clock.ts \
24 ../../../i18n/pt_BR/clock.ts \ 24 ../../../i18n/pt_BR/clock.ts \
25 ../../../i18n/sl/clock.ts \ 25 ../../../i18n/sl/clock.ts \
26 ../../../i18n/zh_CN/clock.ts \ 26 ../../../i18n/zh_CN/clock.ts \
27 ../../../i18n/zh_TW/clock.ts \ 27 ../../../i18n/zh_TW/clock.ts \
28 ../../../i18n/da/clock.ts 28 ../../../i18n/da/clock.ts
29 29
30 30
31 31