zbar-windows/zbar-qt5.pc.in
Stefan Brüns cac1fffce8 Create correct pkconfig file for zbar-qt5
Although zbar supports Qt5, the created pkgconfig file always requested
the Qt(4) components.

Fixes issue #62.
2019-10-20 13:32:21 +02:00

13 lines
297 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: zbar-qt
Description: bar code scanning and decoding Qt5 widget
URL: http://zbar.sourceforge.net
Version: @VERSION@
Requires: zbar, Qt5Core >= 5, Qt5Gui >= 5
Libs: -L${libdir} -lzbarqt
Cflags: -I${includedir}