summaryrefslogtreecommitdiff
path: root/noncore/games/chess/chess.pro
blob: 9053809f6178fe33d7bdca9cc0022728ba45262d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SOURCES	+= chess.cpp main.cpp 
HEADERS	+= chess.h 
DESTDIR = ../bin
TARGET = chess
DEPENDPATH	+= $(OPIEDIR)/include
INTERFACES = mainwindow.ui 
IMAGES	= images/new.png images/repeat.png images/txt.png images/back.png 
TEMPLATE	=app
CONFIG	+= qt warn_on release
INCLUDEPATH += $(OPIEDIR)/include
LIBS	+= -lqpe
DBFILE	= chess.db
LANGUAGE	= C++
CPP_ALWAYS_CREATE_SOURCE	= TRUE