summaryrefslogtreecommitdiffstats
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
parent0350d36872d4ab01eba7a4890f0d24e5217b7e22 (diff)
downloadsigen-59e8dcc77727ecdec81412fd3a9dd3c3d3f76362.tar.gz
sigen-59e8dcc77727ecdec81412fd3a9dd3c3d3f76362.tar.xz
sigen-59e8dcc77727ecdec81412fd3a9dd3c3d3f76362.zip
Fixed up the linking of the libraries
-rw-r--r--sigbattle/CMakeLists.txt6
-rw-r--r--sigcore/CMakeLists.txt3
-rw-r--r--sigmod/CMakeLists.txt6
-rw-r--r--signet/CMakeLists.txt4
-rw-r--r--sigscript/CMakeLists.txt6
-rw-r--r--sigworld/CMakeLists.txt6
6 files changed, 29 insertions, 2 deletions
diff --git a/sigbattle/CMakeLists.txt b/sigbattle/CMakeLists.txt
index f5034973..bb71b5c4 100644
--- a/sigbattle/CMakeLists.txt
+++ b/sigbattle/CMakeLists.txt
@@ -45,7 +45,11 @@ TARGET_LINK_LIBRARIES(sigbattle
${QT_QTGUI_LIBRARY}
${KDE4_KROSSCORE_LIBRARY}
sigcore
- sigmod
+ sigscript
+)
+TARGET_LINK_LIBRARIES(sigbattle LINK_INTERFACE_LIBRARIES
+ ${QT_QTCORE_LIBRARY}
+ sigcore
sigscript
)
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
diff --git a/sigmod/CMakeLists.txt b/sigmod/CMakeLists.txt
index 9bfdd57f..5ec1cff4 100644
--- a/sigmod/CMakeLists.txt
+++ b/sigmod/CMakeLists.txt
@@ -95,7 +95,11 @@ SET_TARGET_PROPERTIES(sigmod
)
TARGET_LINK_LIBRARIES(sigmod
${QT_QTCORE_LIBRARY}
- ${QT_QTGUI_LIBRARY}
+ ${QT_QTXML_LIBRARY}
+ sigcore
+)
+TARGET_LINK_LIBRARIES(sigmod LINK_INTERFACE_LIBRARIES
+ ${QT_QTCORE_LIBRARY}
${QT_QTXML_LIBRARY}
sigcore
)
diff --git a/signet/CMakeLists.txt b/signet/CMakeLists.txt
index c043847a..99bc6756 100644
--- a/signet/CMakeLists.txt
+++ b/signet/CMakeLists.txt
@@ -57,6 +57,10 @@ TARGET_LINK_LIBRARIES(signet
${KDE4_KDECORE_LIBRARY}
${QCA2_LIBRARIES}
)
+TARGET_LINK_LIBRARIES(signet LINK_INTERFACE_LIBRARIES
+ ${QT_QTCORE_LIBRARY}
+ ${QT_QTNETWORK_LIBRARY}
+)
INSTALL(
TARGETS
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
diff --git a/sigworld/CMakeLists.txt b/sigworld/CMakeLists.txt
index 2d528346..d0e162c0 100644
--- a/sigworld/CMakeLists.txt
+++ b/sigworld/CMakeLists.txt
@@ -35,6 +35,12 @@ TARGET_LINK_LIBRARIES(sigworld
sigcore
sigscript
)
+TARGET_LINK_LIBRARIES(sigworld LINK_INTERFACE_LIBRARIES
+ ${QT_QTCORE_LIBRARY}
+ ${QT_QTGUI_LIBRARY}
+ sigcore
+ sigscript
+)
INSTALL(
TARGETS sigworld