﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
244	qmake generates incorrect QMAKESPECDIR	Dmitry A. Kuminov		"Given that the binary Qt build is in ""D:\Coding\qt4\qt4-build-rel"" and the application source tree is in ""D:\Coding\qt4.tests"", running ""qmake D:\Coding\qt4.tests"" in the directory ""D:\Coding\qt\qt4.tests-bin-os2"" correctly gives us this:
{{{
QMAKESPECDIR = ""..\..\..\CODING\QT\QT4-BUILD-REL\mkspecs\os2-g++""
}}}

If the application build tree is in ""D:\Coding\qt\ports\1"", then we get this:
{{{
QMAKESPECDIR = ""..\..\..\qt4.tests\CODING\QT\QT4-BUILD-REL\mkspecs\os2-g++""
}}}
which is completely incorrect.

This makes it impossible to have Qt in an arbitrary path."	defect	closed	major	Qt 4.7	General	4.6.3	high	fixed		
