initial commit
This commit is contained in:
commit
9d20827c46
2469 changed files with 470994 additions and 0 deletions
17
iris/conf_win.pri.example
Normal file
17
iris/conf_win.pri.example
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
load(winlocal.prf)
|
||||
|
||||
# qca
|
||||
CONFIG += crypto
|
||||
|
||||
# zlib
|
||||
INCLUDEPATH += $$WINLOCAL_PREFIX/include
|
||||
LIBS += -L$$WINLOCAL_PREFIX/lib
|
||||
|
||||
# zlib may have a different lib name depending on how it was compiled
|
||||
win32-g++ {
|
||||
LIBS += -lz
|
||||
}
|
||||
else {
|
||||
LIBS += -lzlib # static
|
||||
#LIBS += -lzdll # dll
|
||||
}
|
||||
Reference in a new issue