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

List:       kde-commits
Subject:    KDE/kdelibs/phonon/experimental
From:       Rafael Fernández López <ereslibre () kde ! org>
Date:       2007-10-04 22:47:12
Message-ID: 1191538032.063952.19474.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 721292 by ereslibre:

If tests werent being built, cmake could not continue... and the test needed the \
backend linking


 M  +1 -1      CMakeLists.txt  
 M  +3 -3      tests/CMakeLists.txt  


--- trunk/KDE/kdelibs/phonon/experimental/CMakeLists.txt #721291:721292
@@ -10,7 +10,7 @@
     ../abstractvideooutput_p.cpp
    )
 kde4_add_library(phononexperimental SHARED ${phononexperimental_LIB_SRCS})
-target_link_libraries(phononexperimental ${KDE4_PHONON_LIBS} phonon_fake)
+target_link_libraries(phononexperimental ${KDE4_PHONON_LIBS})
 set_target_properties(phononexperimental PROPERTIES VERSION ${GENERIC_LIB_VERSION} \
SOVERSION ${GENERIC_LIB_SOVERSION})  install(TARGETS phononexperimental
              RUNTIME DESTINATION ${BIN_INSTALL_DIR}
--- trunk/KDE/kdelibs/phonon/experimental/tests/CMakeLists.txt #721291:721292
@@ -4,7 +4,7 @@
 MACRO(PHONON_UNIT_TESTS)
 	FOREACH(_testname ${ARGN})
 		kde4_add_unit_test(${_testname} ${_testname}.cpp)
-		target_link_libraries(${_testname} ${KDE4_PHONONUI_LIBS} phononexperimental \
${QT_QTTEST_LIBRARY}) +		target_link_libraries(${_testname} ${KDE4_PHONONUI_LIBS} \
phononexperimental ${QT_QTTEST_LIBRARY} phonon_fake)  ENDFOREACH(_testname)
 ENDMACRO(PHONON_UNIT_TESTS)
 
@@ -12,7 +12,7 @@
 MACRO(PHONON_UNIT_TESTS_FAKE)
 	FOREACH(_testname ${ARGN})
 		kde4_add_unit_test(${_testname}_fake ${_testname}.cpp)
-		target_link_libraries(${_testname}_fake ${KDE4_PHONONUI_LIBS} phononexperimental \
${QT_QTTEST_LIBRARY}) +		target_link_libraries(${_testname}_fake \
${KDE4_PHONONUI_LIBS} phononexperimental ${QT_QTTEST_LIBRARY} phonon_fake)  \
SET_TARGET_PROPERTIES(${_testname}_fake PROPERTIES COMPILE_FLAGS -DUSE_FAKE_BACKEND)  \
ENDFOREACH(_testname)  ENDMACRO(PHONON_UNIT_TESTS_FAKE)
@@ -20,7 +20,7 @@
 MACRO(PHONON_EXECUTABLE_TESTS)
 	FOREACH(_testname ${ARGN})
 		kde4_add_executable(${_testname} TEST ${_testname}.cpp)
-		target_link_libraries(${_testname} ${KDE4_PHONONUI_LIBS} phononexperimental \
${QT_QTTEST_LIBRARY}) +		target_link_libraries(${_testname} ${KDE4_PHONONUI_LIBS} \
phononexperimental ${QT_QTTEST_LIBRARY} phonon_fake)  
 	ENDFOREACH(_testname)
 ENDMACRO(PHONON_EXECUTABLE_TESTS)


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

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