From 59e8dcc77727ecdec81412fd3a9dd3c3d3f76362 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 25 Nov 2008 17:30:06 -0500 Subject: Fixed up the linking of the libraries --- sigscript/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sigscript') diff --git a/sigscript/CMakeLists.txt b/sigscript/CMakeLists.txt index 32185aa8..103a9a13 100644 --- a/sigscript/CMakeLists.txt +++ b/sigscript/CMakeLists.txt @@ -100,6 +100,12 @@ TARGET_LINK_LIBRARIES(sigscript sigcore sigmod ) +TARGET_LINK_LIBRARIES(sigscript LINK_INTERFACE_LIBRARIES + ${QT_QTCORE_LIBRARY} + ${QT_QTGUI_LIBRARY} + ${PHONON_LIBRARY} + sigcore +) INSTALL( TARGETS -- cgit