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.
11 lines
349 B
11 lines
349 B
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${prefix}/@LIB_INSTALL_DIR@
|
|
includedir=${prefix}/@INCLUDE_INSTALL_DIR@
|
|
|
|
Name: TQt
|
|
Description: Interface and abstraction library for Qt and Trinity
|
|
Version: @TQT_VERSION@
|
|
Libs: -L${libdir} -ltqt @PKGCONFIG_QT_LIBRARIES@
|
|
Cflags: @PKGCONFIG_QT_DEFINITIONS@ -I@QT_INCLUDE_DIR@ -I${includedir}
|