You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
356 B
12 lines
356 B
3 years ago
|
prefix=@CMAKE_INSTALL_PREFIX@
|
||
|
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
||
|
libdir=@LIB_INSTALL_DIR@
|
||
|
includedir=@CMAKE_INSTALL_PREFIX@/include
|
||
|
|
||
|
Name: polkit-qt-agent-1
|
||
|
Description: Convenience library for using polkit Agent with a Qt-styled API
|
||
|
Version: @POLKITQT-1_VERSION_STRING@
|
||
|
Requires: QtCore QtGui
|
||
|
Libs: -L${libdir} -lpolkit-qt-agent-1
|
||
|
Cflags: -I${includedir}
|