Although zbar supports Qt5, the created pkgconfig file always requested the Qt(4) components. Fixes issue #62.
13 lines
297 B
PkgConfig
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}
|