You cannot 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
327 B
CMake
11 lines
327 B
CMake
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=@PC_EXEC_PREFIX@
|
|
libdir=@PC_LIB_DIR@
|
|
includedir=@PC_INCLUDE_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_DIRS@ -I${includedir}
|