summaryrefslogtreecommitdiff
path: root/noncore/games/tictac/tictac.pro
authorkergoth <kergoth>2002-11-05 03:35:14 (UTC)
committer kergoth <kergoth>2002-11-05 03:35:14 (UTC)
commit7215f0bf9e3b7518ddf7866627819b7764dabee8 (patch) (unidiff)
treeb54806d10322e14d09fc369beef3ddb6896bf9c6 /noncore/games/tictac/tictac.pro
parent684a17bc1aefdf038f19d3ab2e6e0c5874f1d9c6 (diff)
downloadopie-7215f0bf9e3b7518ddf7866627819b7764dabee8.zip
opie-7215f0bf9e3b7518ddf7866627819b7764dabee8.tar.gz
opie-7215f0bf9e3b7518ddf7866627819b7764dabee8.tar.bz2
no more unnecessary REQUIRES.
Diffstat (limited to 'noncore/games/tictac/tictac.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/tictac/tictac.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/games/tictac/tictac.pro b/noncore/games/tictac/tictac.pro
index 0807e83..ada5161 100644
--- a/noncore/games/tictac/tictac.pro
+++ b/noncore/games/tictac/tictac.pro
@@ -1,19 +1,18 @@
1TEMPLATE = app 1TEMPLATE = app
2CONFIG += qt warn_on release 2CONFIG += qt warn_on release
3HEADERS = tictac.h 3HEADERS = tictac.h
4SOURCES = main.cpp \ 4SOURCES = main.cpp \
5 tictac.cpp 5 tictac.cpp
6TARGET = tictac 6TARGET = tictac
7REQUIRES=medium-config
8INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
9DEPENDPATH += $(OPIEDIR)/include 8DEPENDPATH += $(OPIEDIR)/include
10LIBS += -lqpe 9LIBS += -lqpe
11DESTDIR = $(OPIEDIR)/bin 10DESTDIR = $(OPIEDIR)/bin
12 11
13TRANSLATIONS = ../../../i18n/de/tictac.ts \ 12TRANSLATIONS = ../../../i18n/de/tictac.ts \
14 ../../../i18n/en/tictac.ts \ 13 ../../../i18n/en/tictac.ts \
15 ../../../i18n/es/tictac.ts \ 14 ../../../i18n/es/tictac.ts \
16 ../../../i18n/fr/tictac.ts \ 15 ../../../i18n/fr/tictac.ts \
17 ../../../i18n/hu/tictac.ts \ 16 ../../../i18n/hu/tictac.ts \
18 ../../../i18n/ja/tictac.ts \ 17 ../../../i18n/ja/tictac.ts \
19 ../../../i18n/ko/tictac.ts \ 18 ../../../i18n/ko/tictac.ts \