mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-26 06:07:04 +08:00
15 lines
552 B
PkgConfig
15 lines
552 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
bindir=${prefix}/@INSTALL_BINDIR@
|
|
libexecdir=${prefix}/@INSTALL_LIBEXECDIR@
|
|
libdir=${prefix}/@INSTALL_LIBDIR@
|
|
includedir=${prefix}/@INSTALL_INCLUDEDIR@
|
|
$<$<BOOL:@contains_mkspecs@>:mkspecsdir=${prefix}/@INSTALL_MKSPECSDIR@>
|
|
$<1: >
|
|
Name: @pkgconfig_name@
|
|
Description: @pkgconfig_description@
|
|
Version: @PROJECT_VERSION@
|
|
Libs: $<$<NOT:@is_interface_library@>:-L${libdir} -l@pkgconfig_file@> @link_options@
|
|
Cflags: @include_dirs@ @compile_defs@
|
|
Requires: $<JOIN:$<REMOVE_DUPLICATES:@target_requires@>, >
|