Fixed: choose filetransfer transport by priority (thanks Dealer_WeARE)
[iris.git] / confapp_win.pri.example
blobe80c1b35ea060233f32f3edf7f4b9c49aab0e77e
1 load(winlocal.prf)
3 # qca
4 CONFIG += crypto
6 # zlib
7 INCLUDEPATH += $$WINLOCAL_PREFIX/include
8 LIBS += -L$$WINLOCAL_PREFIX/lib
10 # zlib may have a different lib name depending on how it was compiled
11 win32-g++ {
12         LIBS += -lz
14 else {
15         LIBS += -lzlib   # static
16         #LIBS += -lzdll  # dll