summaryrefslogtreecommitdiff
path: root/noncore/games/chess/chess.pro
blob: f6650a09383336e1d9a3eaded10dee1ebf8d2264 (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	+= $(QPEDIR)/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 += $(QPEDIR)/include
LIBS	+= -lqpe
DBFILE	= chess.db
LANGUAGE	= C++
CPP_ALWAYS_CREATE_SOURCE	= TRUE