summaryrefslogtreecommitdiff
path: root/muse2/muse/remote
diff options
context:
space:
mode:
authorOrcan Ogetbil <oget.fedora@gmail.com>2013-01-13 06:01:33 +0000
committerOrcan Ogetbil <oget.fedora@gmail.com>2013-01-13 06:01:33 +0000
commitd3a41b3460275ce44c744aa88227a31be44a49c7 (patch)
treece359f1541bd956565d4b6cc3efbca513758c1fb /muse2/muse/remote
parent6d4ed44c39f1e0440e9fd7a1fdafc949730e6fcd (diff)
remote now depends on widgets otherwise they wouldn't compile
Diffstat (limited to 'muse2/muse/remote')
-rw-r--r--muse2/muse/remote/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/muse2/muse/remote/CMakeLists.txt b/muse2/muse/remote/CMakeLists.txt
index b3dcb39d..c767dfb8 100644
--- a/muse2/muse/remote/CMakeLists.txt
+++ b/muse2/muse/remote/CMakeLists.txt
@@ -53,6 +53,7 @@ set_target_properties( remote
)
target_link_libraries(remote
+ widgets # through app.h
${PYTHON_LIBRARIES}
)