Mercurial > hg > easyhg
comparison easyhg.pro @ 445:ff6252986354
Minor fixes from OS/X test
author | Chris Cannam |
---|---|
date | Tue, 28 Jun 2011 16:22:42 +0100 |
parents | 939701b848e5 |
children | 1d90cd7a1c5f |
comparison
equal
deleted
inserted
replaced
444:66ec8b2ee946 | 445:ff6252986354 |
---|---|
1 | 1 |
2 CONFIG += release | 2 CONFIG += release |
3 | 3 |
4 TEMPLATE = app | 4 TEMPLATE = app |
5 TARGET = EasyMercurial | 5 TARGET = EasyMercurial |
6 | |
7 QMAKE_CXX = clang++ | |
8 QMAKE_LINK = clang++ | |
9 | 6 |
10 # We use the 10.4 SDK and Carbon for all 32-bit OS/X, | 7 # We use the 10.4 SDK and Carbon for all 32-bit OS/X, |
11 # and 10.6 with Cocoa for all 64-bit | 8 # and 10.6 with Cocoa for all 64-bit |
12 macx-g++40 { | 9 macx-g++40 { |
13 # Note, to use the 10.4 SDK on 10.6+ you need qmake -spec macx-g++40 | 10 # Note, to use the 10.4 SDK on 10.6+ you need qmake -spec macx-g++40 |