summaryrefslogtreecommitdiffstats
path: root/sigcore
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-11-25 17:30:06 -0500
committerBen Boeckel <MathStuf@gmail.com>2008-11-25 17:30:06 -0500
commit59e8dcc77727ecdec81412fd3a9dd3c3d3f76362 (patch)
tree15668107077f9ac824628b258368cd8942b5004c /sigcore
parent0350d36872d4ab01eba7a4890f0d24e5217b7e22 (diff)
downloadsigen-59e8dcc77727ecdec81412fd3a9dd3c3d3f76362.tar.gz
sigen-59e8dcc77727ecdec81412fd3a9dd3c3d3f76362.tar.xz
sigen-59e8dcc77727ecdec81412fd3a9dd3c3d3f76362.zip
Fixed up the linking of the libraries
Diffstat (limited to 'sigcore')
-rw-r--r--sigcore/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/sigcore/CMakeLists.txt b/sigcore/CMakeLists.txt
index 57868aed..9ec0d7a8 100644
--- a/sigcore/CMakeLists.txt
+++ b/sigcore/CMakeLists.txt
@@ -29,6 +29,9 @@ SET_TARGET_PROPERTIES(sigcore
TARGET_LINK_LIBRARIES(sigcore
${QT_QTCORE_LIBRARY}
)
+TARGET_LINK_LIBRARIES(sigcore LINK_INTERFACE_LIBRARIES
+ ${QT_QTCORE_LIBRARY}
+)
INSTALL(
TARGETS