Mercurial > hg > easyhg
comparison easyhg.pro @ 172:b6dd1ee0e486
* Fix failure to recognise local uncommitted changes when an untracked file was selected
* Win32: Look in installed location (currently just the location of the present .exe) for executables as well as in path
* Win32: Search for easyhg extension in same way as executables
* Win32: Set installed location to path when running hg commands (for dependent DLLs)
author | Chris Cannam |
---|---|
date | Wed, 15 Dec 2010 22:07:31 +0000 |
parents | edab92f3ea0b |
children | 6def8bf3be44 |
comparison
equal
deleted
inserted
replaced
171:aab308a3b304 | 172:b6dd1ee0e486 |
---|---|
84 LIBS += -lSecur32 | 84 LIBS += -lSecur32 |
85 } | 85 } |
86 | 86 |
87 # ! [0] | 87 # ! [0] |
88 RESOURCES = easyhg.qrc | 88 RESOURCES = easyhg.qrc |
89 win32 { | 89 #win32 { |
90 RC_FILE = easyhg.rc | 90 # RC_FILE = easyhg.rc |
91 } | 91 #} |
92 | 92 |
93 QT += network | 93 QT += network |