diff options
Diffstat (limited to 'qtinterface/TQt.pc.cmake')
-rw-r--r-- | qtinterface/TQt.pc.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtinterface/TQt.pc.cmake b/qtinterface/TQt.pc.cmake index 7592990..cca5221 100644 --- a/qtinterface/TQt.pc.cmake +++ b/qtinterface/TQt.pc.cmake @@ -7,4 +7,4 @@ 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} +Cflags: @PKGCONFIG_QT_DEFINITIONS@ -I@QT_INCLUDE_DIRS@ -I${includedir} |