diff options
Diffstat (limited to 'qtinterface/tqt.pc.cmake')
-rw-r--r-- | qtinterface/tqt.pc.cmake | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/qtinterface/tqt.pc.cmake b/qtinterface/tqt.pc.cmake deleted file mode 100644 index e47cabd..0000000 --- a/qtinterface/tqt.pc.cmake +++ /dev/null @@ -1,15 +0,0 @@ -prefix=@CMAKE_INSTALL_PREFIX@ -exec_prefix=@PC_EXEC_PREFIX@ -libdir=@PC_LIB_DIR@ -includedir=@PC_INCLUDE_DIR@ - -tmoc_executable=@BIN_INSTALL_DIR@/tmoc -moc_executable=@MOC_EXECUTABLE@ -uic_executable=@UIC_EXECUTABLE@ - -Name: TQt -Description: Interface and abstraction library for Qt and Trinity -Version: @TQT_VERSION@ -Libs: -L${libdir} -ltqt -L@TQT_LIBRARY_DIR@ @PC_TQT_LIBRARIES@ -Cflags: @QT_DEFINITIONS@ -I@TQT_INCLUDE_DIR@ -I${includedir} -include tqt.h - |