File: app.pri

package info (click to toggle)
qca2 2.0.3-6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 17,376 kB
  • ctags: 10,445
  • sloc: cpp: 40,699; ansic: 631; perl: 241; sh: 51; makefile: 19
file content (11 lines) | stat: -rw-r--r-- 224 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
include(confapp.pri)

mac:QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.3

exists(crypto.prf) {
	# our apps should build against the qca in this tree
	include(crypto.prf)
} else {
	# attempt to use system-wide qca
	CONFIG *= crypto
}