comparison easyhg.pro @ 71:eaabc54de103

Foundation framework now included in OSX builds; ifdef bug corrected in common.cpp
author luisf
date Thu, 18 Nov 2010 15:29:48 +0000
parents 6d5a5571caec
children 10eb97683aa9
comparison
equal deleted inserted replaced
70:3af5c2b913c7 71:eaabc54de103
53 repositorydialog.cpp \ 53 repositorydialog.cpp \
54 multichoicedialog.cpp \ 54 multichoicedialog.cpp \
55 selectablelabel.cpp 55 selectablelabel.cpp
56 56
57 macx-* { 57 macx-* {
58 SOURCES += common_osx.mm 58 SOURCES += common_osx.mm
59 QMAKE_LFLAGS += -framework Foundation
59 } 60 }
60 61
61 # ! [0] 62 # ! [0]
62 RESOURCES = easyhg.qrc 63 RESOURCES = easyhg.qrc
63 win32 { 64 win32 {