Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 43908 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile.orig (-4 / +3 lines)
Lines 3-14 Link Here
3
3
4
# Uncomment the following line if you want to have
4
# Uncomment the following line if you want to have
5
# an english version of ChessTask as the default
5
# an english version of ChessTask as the default
6
# DEFINES=-DENGLISH
6
DEFINES=-DENGLISH
7
7
8
# Set the following paths according to your Qt
8
# Set the following paths according to your Qt
9
# installation
9
# installation
10
CCINCL=-I/usr/lib/qt/include
10
CCINCL=-I$(QTDIR)/include
11
CCLIBINCL=-L/usr/lib/qt/lib
11
CCLIBINCL=-L$(QTDIR)/lib
12
12
13
#
13
#
14
# You shouldn't have to edit something below here!
14
# You shouldn't have to edit something below here!
Lines 16-22 Link Here
16
16
17
CCOPTS=-c -g -Wall
17
CCOPTS=-c -g -Wall
18
CCLIBS=ctTask.o
18
CCLIBS=ctTask.o
19
QTDIR=/usr/lib/qt
20
OBJS=ctMainWindow.o\
19
OBJS=ctMainWindow.o\
21
     ctOption.o\
20
     ctOption.o\
22
     ctSignalRouter.o\
21
     ctSignalRouter.o\

Return to bug 43908