~ubuntu-branches/ubuntu/gutsy/psi/gutsy

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
libpsi {
	# iconset
	CONFIG += iconset
	ICONSET_CPP = $$LIBPSI_CPP/iconset
	include($$ICONSET_CPP/iconset.pri)

	# psiwidgets
	CONFIG += psiwidgets
	WIDGETS_CPP = $$LIBPSI_CPP/psiwidgets
	include($$WIDGETS_CPP/psiwidgets.pri)

	# psipng
	CONFIG += psipng
	#CONFIG += psimng # uncomment this if you're really brave, and you have libmng installed
	PSIPNG_CPP = $$LIBPSI_CPP/psipng
	include($$PSIPNG_CPP/psipng.pri)
}