summaryrefslogtreecommitdiff
path: root/net-im/libcommuni/files/uchardet.pri
blob: d22393b76d26ace5419518b40a797600d853de6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
######################################################################
# Communi
######################################################################

include(../pkg.pri)

pkgExists(uchardet) {
	CONFIG += link_pkgconfig
	PKGCONFIG += uchardet
}

isEmpty(PKGCONFIG) {
	error("UChardet support has been enabled, but the UChardet installation has not been found. Did you emerged app-i18n/uchardet?")
} else {
	LIBS += -luchardet
	INCPATH += -isystem /usr/include/uchardet
}