From 6ea5c62d19da89d1a6b6428427bd60fab96285e2 Mon Sep 17 00:00:00 2001 From: samelian Date: Wed, 30 Mar 2011 21:16:35 +0000 Subject: [cmake] rename TQt.pc to tqt.pc git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1226585 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- qtinterface/TQt.pc.cmake | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 qtinterface/TQt.pc.cmake (limited to 'qtinterface/TQt.pc.cmake') diff --git a/qtinterface/TQt.pc.cmake b/qtinterface/TQt.pc.cmake deleted file mode 100644 index cb4697a..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@QT_LIBRARY_DIR@ @PC_QT_LIBRARIES@ -Cflags: @QT_DEFINITIONS@ -I@QT_INCLUDE_DIR@ -I${includedir} -include tqt.h - -- cgit v1.2.1