summaryrefslogtreecommitdiff
path: root/noncore/games/tetrix/tetrix.pro
blob: 35fe82bf38faff0fead0c336273bd3eef5642a39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
TEMPLATE	= app
CONFIG		= qt warn_on release
DESTDIR		= $(OPIEDIR)/bin
HEADERS		= gtetrix.h \
		    qtetrix.h \
		    qtetrixb.h \
		    tpiece.h \
			ohighscoredlg.h
SOURCES		= main.cpp \
		    gtetrix.cpp \
		    qtetrix.cpp \
		    qtetrixb.cpp \
		    tpiece.cpp \
			ohighscoredlg.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH	+= $(OPIEDIR)/include
LIBS            += -lqpe -lstdc++
INTERFACES	= 
TARGET		= tetrix

include ( $(OPIEDIR)/include.pro )