summaryrefslogtreecommitdiff
path: root/noncore/games/chess/chess.pro
Unidiff
Diffstat (limited to 'noncore/games/chess/chess.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/chess/chess.pro35
1 files changed, 0 insertions, 35 deletions
diff --git a/noncore/games/chess/chess.pro b/noncore/games/chess/chess.pro
deleted file mode 100644
index 4c9604f..0000000
--- a/noncore/games/chess/chess.pro
+++ b/dev/null
@@ -1,35 +0,0 @@
1 SOURCES+= chess.cpp main.cpp
2 HEADERS+= chess.h
3DESTDIR = $(OPIEDIR)/bin
4TARGET = chess
5 DEPENDPATH+= $(OPIEDIR)/include
6INTERFACES = mainwindow.ui
7 IMAGES= images/new.png images/repeat.png images/txt.png images/back.png
8 TEMPLATE=app
9 CONFIG+= qt warn_on release
10INCLUDEPATH += $(OPIEDIR)/include
11 LIBS+= -lqpe
12 DBFILE= chess.db
13 LANGUAGE= C++
14 CPP_ALWAYS_CREATE_SOURCE= TRUE
15
16TRANSLATIONS = ../../../i18n/de/chess.ts \
17 ../../../i18n/da/chess.ts \
18 ../../../i18n/xx/chess.ts \
19 ../../../i18n/en/chess.ts \
20 ../../../i18n/es/chess.ts \
21 ../../../i18n/fr/chess.ts \
22 ../../../i18n/hu/chess.ts \
23 ../../../i18n/ja/chess.ts \
24 ../../../i18n/ko/chess.ts \
25 ../../../i18n/no/chess.ts \
26 ../../../i18n/pl/chess.ts \
27 ../../../i18n/pt/chess.ts \
28 ../../../i18n/pt_BR/chess.ts \
29 ../../../i18n/sl/chess.ts \
30 ../../../i18n/zh_CN/chess.ts \
31 ../../../i18n/zh_TW/chess.ts
32
33
34
35include ( $(OPIEDIR)/include.pro )