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

Collapse All | Expand All

(-)configure.old (-5 lines)
Lines 1843-1853 Link Here
1843
	if(!success)
1843
	if(!success)
1844
		return 1;
1844
		return 1;
1845
1845
1846
	// run qmake on the project file
1847
	int ret = qc_runprogram(qmake_path, QStringList() << proPath, 0, true);
1848
	if(ret != 0)
1849
		return 1;
1850
1851
	return 0;
1846
	return 0;
1852
}
1847
}
1853
1848

Return to bug 129536