[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/phonon
From:       Ralf Habacker <Ralf.Habacker () freenet ! de>
Date:       2006-11-25 11:33:13
Message-ID: 1164454393.683412.27330.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 607615 by habacker:

- fixed phonon compile problem with mingw32

 M  +5 -0      CMakeLists.txt  


--- trunk/KDE/kdelibs/phonon/CMakeLists.txt #607614:607615
@@ -54,6 +54,11 @@
 	factory.cpp
 	)
 
+if (WIN32 AND MINGW)
+# otherwise undefined symbol in phononcore.dll errors occurs
+  SET(CMAKE_SHARED_LIBRARY_CREATE_CXX_FLAGS " -shared -Wl,--export-all-symbols")
+endif (WIN32 AND MINGW)
+
 kde4_automoc(${phononcore_LIB_SRCS})
 
 kde4_add_library(phononcore SHARED ${phononcore_LIB_SRCS})
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic