aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/plugins/CMakeLists.txt1
-rw-r--r--src/qmmp/CMakeLists.txt2
-rw-r--r--src/qmmpui/CMakeLists.txt2
3 files changed, 4 insertions, 1 deletions
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
)