aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2017-12-22 19:32:37 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2017-12-22 19:32:37 +0000
commit3db51497db332d85cdb5e8b8c9241a5e2ca4c807 (patch)
tree7ce8f23277e4d4c4916a697eea80726971fa9082 /src
parent998118b15690dd88c44c474515b69bfd391c9ed3 (diff)
downloadqmmp-3db51497db332d85cdb5e8b8c9241a5e2ca4c807.tar.gz
qmmp-3db51497db332d85cdb5e8b8c9241a5e2ca4c807.tar.bz2
qmmp-3db51497db332d85cdb5e8b8c9241a5e2ca4c807.zip
fixed cmake support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7793 90c681e8-e032-0410-971d-27865f9a5e38
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
)