diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2008-11-25 17:30:06 -0500 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2008-11-25 17:30:06 -0500 |
| commit | 59e8dcc77727ecdec81412fd3a9dd3c3d3f76362 (patch) | |
| tree | 15668107077f9ac824628b258368cd8942b5004c /sigscript | |
| parent | 0350d36872d4ab01eba7a4890f0d24e5217b7e22 (diff) | |
Fixed up the linking of the libraries
Diffstat (limited to 'sigscript')
| -rw-r--r-- | sigscript/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
