do not hardcode the path/name to g++

This commit is contained in:
Vadim Kurland
2010-01-26 23:58:20 +00:00
parent d2d50b5d1f
commit 8a9d04373e
4 changed files with 118 additions and 112 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ unix {
FWBPARSER_LIB = ../parsers/libfwbparser.a
FWTRANSFER_LIB = ../fwtransfer/libfwtransfer.a
QMAKE_CXX = @CCACHE@ @DISTCC@ g++
QMAKE_CXX = @CCACHE@ @DISTCC@ $$QMAKE_CXX
!macx {