summaryrefslogtreecommitdiff
path: root/noncore/games/bounce/bounce.pro
blob: 338daf66e17f60c72bbea3076e3870b295992ec1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE	= app
#CONFIG		= qt warn_on debug
CONFIG		= qt warn_on release
HEADERS		= game.h kbounce.h 
SOURCES		= game.cpp kbounce.cpp main.cpp
INCLUDEPATH	+= $(OPIEDIR)/include
DEPENDPATH	+= $(OPIEDIR)/include
LIBS        += -lqpe
DESTDIR     = $(OPIEDIR)/bin
TARGET		= bounce 

include ( $(OPIEDIR)/include.pro )