summaryrefslogtreecommitdiff
path: root/noncore/games/go/go.pro
Unidiff
Diffstat (limited to 'noncore/games/go/go.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/go/go.pro19
1 files changed, 19 insertions, 0 deletions
diff --git a/noncore/games/go/go.pro b/noncore/games/go/go.pro
new file mode 100644
index 0000000..deb90c5
--- a/dev/null
+++ b/noncore/games/go/go.pro
@@ -0,0 +1,19 @@
1 DESTDIR = ../bin
2 TEMPLATE= app
3 CONFIG = qt warn_on release
4 HEADERS = amigo.h \
5 go.h \
6 goplayutils.h \
7 gowidget.h
8 SOURCES = amigo.c \
9 goplayer.c \
10 goplayutils.c \
11 killable.c \
12 gowidget.cpp \
13 main.cpp
14INCLUDEPATH += $(QPEDIR)/include
15 DEPENDPATH+= $(QPEDIR)/include
16LIBS += -lqpe
17 TARGET = go
18
19TRANSLATIONS = ../i18n/de/go.ts \ No newline at end of file