comparison easyhg.pro @ 663:f9b805d8cab4 qt5

build with qt5 (in branch currently)
author Chris Cannam
date Thu, 14 Mar 2013 16:43:30 +0000
parents 6653fc50a546
children 98a7fbbe9d88
comparison
equal deleted inserted replaced
662:43c61fd6fea4 663:f9b805d8cab4
2 CONFIG += release 2 CONFIG += release
3 3
4 TEMPLATE = app 4 TEMPLATE = app
5 TARGET = EasyMercurial 5 TARGET = EasyMercurial
6 6
7 #QT += widgets 7 QT += widgets
8 #QMAKE_CXXFLAGS += -DQT_DISABLE_DEPRECATED_BEFORE=0x000000
9 8
10 # We use the 10.5 SDK and Carbon for all 32-bit OS/X, 9 # We use the 10.5 SDK and Carbon for all 32-bit OS/X,
11 # and 10.6 with Cocoa for all 64-bit. (Since EasyHg 1.2, 10 # and 10.6 with Cocoa for all 64-bit. (Since EasyHg 1.2,
12 # we can sadly no longer build for 10.4 because we need 11 # we can sadly no longer build for 10.4 because we need
13 # the FSEvents API) 12 # the FSEvents API)