Mercurial > hg > easyhg
comparison easyhg.pro @ 75:295e3ee4a257
* Allocate a pty for the subprocess, and ask the user for password. Very rudimentary and non-portable.
author | Chris Cannam |
---|---|
date | Fri, 19 Nov 2010 18:39:40 +0000 |
parents | 10eb97683aa9 |
children | d575a8f76a53 |
comparison
equal
deleted
inserted
replaced
74:10eb97683aa9 | 75:295e3ee4a257 |
---|---|
56 selectablelabel.cpp \ | 56 selectablelabel.cpp \ |
57 statparser.cpp | 57 statparser.cpp |
58 | 58 |
59 macx-* { | 59 macx-* { |
60 SOURCES += common_osx.mm | 60 SOURCES += common_osx.mm |
61 QMAKE_LFLAGS += -framework Foundation | 61 LIBS += -framework Foundation |
62 } | 62 } |
63 | |
64 LIBS += -lutil | |
63 | 65 |
64 # ! [0] | 66 # ! [0] |
65 RESOURCES = easyhg.qrc | 67 RESOURCES = easyhg.qrc |
66 win32 { | 68 win32 { |
67 RC_FILE = easyhg.rc | 69 RC_FILE = easyhg.rc |