Displaying 1 result from an estimated 1 matches for "qmake_cc".
Did you mean:
makecc
2006 Dec 17
1
[LLVMdev] Building Qt with LLVM
...guration and build system called "qmake". We
should slightly change its configuration to allow usage of llvm-gcc4
instead of original gcc.
--- mkspecs/common/g++.conf 2006-11-27 20:26:01.000000000 +0300
+++ mkspecs/common/g++.conf 2006-12-15 01:20:47.993289310 +0300
@@ -1,5 +1,5 @@
-QMAKE_CC = gcc
+QMAKE_CC = /path/to/llvm-gcc/llvm-gcc
QMAKE_LEX = flex
QMAKE_LEXFLAGS +=
QMAKE_YACC = yacc
@@ -18,7 +18,7 @@
QMAKE_CFLAGS_YACC += -Wno-unused -Wno-parentheses
QMAKE_CFLAGS_HIDESYMS += -fvisibility=hidden
-QMAKE_CXX...