defs.mk: Use $(HOME)/opt/qt instead of $(HOME)/opt/qt4-b2 as qt directory

This commit is contained in:
Jan Lindemann 2005-04-30 10:13:52 +00:00 committed by Jan Lindemann
commit bcc6322dea

View file

@ -152,7 +152,7 @@ else
QT_PREFIX = /usr/lib/qt3 QT_PREFIX = /usr/lib/qt3
else else
ifeq ($(QT_VERSION),4) ifeq ($(QT_VERSION),4)
QT_PREFIX = $(HOME)/opt/qt4-b2 QT_PREFIX = $(HOME)/opt/qt4
INCLUDE += -I$(QT_PREFIX)/include/Qt INCLUDE += -I$(QT_PREFIX)/include/Qt
endif endif
endif endif