summaryrefslogtreecommitdiffstats
path: root/qtinterface/TQt.pc.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'qtinterface/TQt.pc.cmake')
-rw-r--r--qtinterface/TQt.pc.cmake10
1 files changed, 10 insertions, 0 deletions
diff --git a/qtinterface/TQt.pc.cmake b/qtinterface/TQt.pc.cmake
new file mode 100644
index 0000000..7592990
--- /dev/null
+++ b/qtinterface/TQt.pc.cmake
@@ -0,0 +1,10 @@
+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}