forked from organicmaps/organicmaps
clang mkspec fix for Qt 4.7.4
This commit is contained in:
parent
0463bde9c5
commit
f5733b6729
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ CONFIG += qt warn_on release app_bundle incremental global_init_link_order lib
|
|||
QT += core gui
|
||||
QMAKE_INCREMENTAL_STYLE = sublib
|
||||
|
||||
include(/Users/Alex/QtSDK/Desktop/Qt/473/gcc/mkspecs/common/mac-llvm.conf)
|
||||
include(/Users/Alex/QtSDK/Desktop/Qt/474/gcc/mkspecs/common/mac-llvm.conf)
|
||||
|
||||
QMAKE_CC = clang
|
||||
QMAKE_CXX = clang++
|
||||
|
|
Loading…
Add table
Reference in a new issue