diff options
author | Orcan Ogetbil <oget.fedora@gmail.com> | 2013-01-13 06:01:33 +0000 |
---|---|---|
committer | Orcan Ogetbil <oget.fedora@gmail.com> | 2013-01-13 06:01:33 +0000 |
commit | d3a41b3460275ce44c744aa88227a31be44a49c7 (patch) | |
tree | ce359f1541bd956565d4b6cc3efbca513758c1fb /muse2/muse | |
parent | 6d4ed44c39f1e0440e9fd7a1fdafc949730e6fcd (diff) |
remote now depends on widgets otherwise they wouldn't compile
Diffstat (limited to 'muse2/muse')
-rw-r--r-- | muse2/muse/remote/CMakeLists.txt | 1 |
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} ) |