summaryrefslogtreecommitdiff
path: root/noncore/games/snake/snake.pro
blob: 38b40232b6cfc8951ec96aabd606bee167343a6f (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE	= app
CONFIG		+= qt warn_on release
DESTDIR		= $(OPIEDIR)/bin
HEADERS		= snake.h target.h obstacle.h interface.h codes.h
SOURCES		= snake.cpp target.cpp obstacle.cpp interface.cpp main.cpp
TARGET		= snake
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH	+= $(OPIEDIR)/include
LIBS            += -lqpe

TRANSLATIONS = ../i18n/de/snake.ts