comparison easyhg.pro @ 623:0ef4ed400ced

* Link against Advapi32 (required for Crypt* functions)
author Sam Izzo <sam@humbug.net>
date Sat, 25 Aug 2012 23:04:10 +1000
parents 32b8f32f14a6
children 6653fc50a546
comparison
equal deleted inserted replaced
617:2d5b831c1a0a 623:0ef4ed400ced
143 iconsc.files = images/icon/scalable/easyhg-icon.svg 143 iconsc.files = images/icon/scalable/easyhg-icon.svg
144 INSTALLS += binaries desktop icon128 icon64 icon48 icon32 icon24 iconsc 144 INSTALLS += binaries desktop icon128 icon64 icon48 icon32 icon24 iconsc
145 } 145 }
146 146
147 win* { 147 win* {
148 LIBS += -lSecur32 148 LIBS += -lSecur32 -lAdvapi32
149 } 149 }
150 150
151 RESOURCES = easyhg.qrc 151 RESOURCES = easyhg.qrc
152 win32 { 152 win32 {
153 RC_FILE = easyhg.rc 153 RC_FILE = easyhg.rc