Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 94525
Collapse All | Expand All

(-)configure.in (+3 lines)
Lines 16-21 Link Here
16
dnl Check for Qt GUI compiler 'uic'
16
dnl Check for Qt GUI compiler 'uic'
17
AC_PATH_PROG(UIC, uic, /usr/local/bin/uic, $QTDIR/bin:$PATH:/usr/bin:/usr/X11R6/bin:/usr/lib/qt/bin:/usr/lib/qt3/bin:/usr/local/qt/bin:/usr/share/qt3/bin)
17
AC_PATH_PROG(UIC, uic, /usr/local/bin/uic, $QTDIR/bin:$PATH:/usr/bin:/usr/X11R6/bin:/usr/lib/qt/bin:/usr/lib/qt3/bin:/usr/local/qt/bin:/usr/share/qt3/bin)
18
18
19
dnl Check for Qt tool 'lrelease'
20
AC_PATH_PROG(LRELEASE, lrelease, /usr/local/bin/lrelease, $QTDIR/bin:$PATH:/usr/bin:/usr/X11R6/bin:/usr/lib/qt/bin:/usr/lib/qt3/bin:/usr/local/qt/bin:/usr/share/qt3/bin)
21
19
dnl Look in various places for Qt header files and libraries
22
dnl Look in various places for Qt header files and libraries
20
AC_CACHE_CHECK(location of Qt header files,
23
AC_CACHE_CHECK(location of Qt header files,
21
  ac_cv_qt_inc, [
24
  ac_cv_qt_inc, [
(-)po/Makefile.in (-1 / +2 lines)
Lines 2-7 Link Here
2
exec_prefix=@exec_prefix@
2
exec_prefix=@exec_prefix@
3
SHAREDIR=@datadir@/kphone
3
SHAREDIR=@datadir@/kphone
4
PO_DIR=$(SHAREDIR)/translations/
4
PO_DIR=$(SHAREDIR)/translations/
5
LRELEASE=@LRELEASE@
5
6
6
7
7
TS=$(wildcard *.ts)
8
TS=$(wildcard *.ts)
Lines 11-17 Link Here
11
.SUFFIXES:.ts .qm
12
.SUFFIXES:.ts .qm
12
13
13
.ts.qm:
14
.ts.qm:
14
	lrelease $<
15
	$(LRELEASE) $<
15
16
16
all: $(QM)
17
all: $(QM)
17
18

Return to bug 94525