File: confapp_win.pri.example

package info (click to toggle)
psi 0.14-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 12,704 kB
  • ctags: 22,303
  • sloc: cpp: 150,140; ansic: 26,319; xml: 1,215; makefile: 236; python: 178; ruby: 129; sh: 27
file content (17 lines) | stat: -rw-r--r-- 282 bytes parent folder | download | duplicates (38)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
}