﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
2023	Qt has /usr/X11R6 hard-coded	Chris Schwemmer	DJ Lucas	"Qt has /usr/X11R6 hard-coded in serveral places, most notably qmake.conf. When building on a system that has X in an unusual place (like /opt/X), it fails with /usr/bin/ld: cannot find -lXext.
Konstruct (a build system for KDE) has the following fix for this:
sed -i ""s#/usr/X11R6#$(TARGET_X11)#g"" mkspecs/$(TARGET_PLATFORM)/qmake.conf
with adequate values for TARGET_X11 (the place X is to be found) and TARGET_PLATFORM (linux-*)."	task	closed	normal	6.2.0	BOOK	SVN	high	fixed		
