summaryrefslogtreecommitdiff
path: root/noncore/games/tetrix/tetrix.pro
blob: 580a542bf03202a8107811775cdacddd858d58e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
CONFIG		= qt warn_on  quick-app
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 -lopiecore2 -lstdc++
INTERFACES	=
TARGET		= tetrix




include( $(OPIEDIR)/include.pro )