diff options
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 |
