From 3db51497db332d85cdb5e8b8c9241a5e2ca4c807 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 22 Dec 2017 19:32:37 +0000 Subject: fixed cmake support git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7793 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/CMakeLists.txt | 1 - src/qmmp/CMakeLists.txt | 2 ++ src/qmmpui/CMakeLists.txt | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/plugins/CMakeLists.txt b/src/plugins/CMakeLists.txt index 0383f53b5..31f61772c 100644 --- a/src/plugins/CMakeLists.txt +++ b/src/plugins/CMakeLists.txt @@ -1,6 +1,5 @@ SET(USE_ENCA TRUE CACHE BOOL "enable/disable libenca support") include(FindPkgConfig) -set(CMAKE_CXX_VISIBILITY_PRESET hidden) pkg_search_module(ENCA enca>=1.9) pkg_search_module(TAGLIB taglib>=1.10) add_subdirectory(Input) diff --git a/src/qmmp/CMakeLists.txt b/src/qmmp/CMakeLists.txt index 48212b51a..270c1a8d1 100644 --- a/src/qmmp/CMakeLists.txt +++ b/src/qmmp/CMakeLists.txt @@ -90,6 +90,7 @@ SET(libqmmp_HDRS channelconverter_p.h dithering_p.h visualbuffer_p.h + qmmp_export.h ) SET(libqmmp_DEVEL_HDRS @@ -119,6 +120,7 @@ SET(libqmmp_DEVEL_HDRS visualfactory.h visual.h volume.h + qmmp_export.h ) # Don't forget to include output directory, otherwise diff --git a/src/qmmpui/CMakeLists.txt b/src/qmmpui/CMakeLists.txt index 9142f6fe0..d4ede6378 100644 --- a/src/qmmpui/CMakeLists.txt +++ b/src/qmmpui/CMakeLists.txt @@ -71,6 +71,7 @@ SET(libqmmpui_HDRS playlistparser.h qmmpuiplugincache_p.h metadatahelper_p.h + qmmpui_export.h ) SET(libqmmpui_DEVEL_HDRS @@ -99,6 +100,7 @@ SET(libqmmpui_DEVEL_HDRS uihelper.h uiloader.h playlistheadermodel.h + qmmpui_export.h ) -- cgit v1.2.3-13-gbd6f