Commit cac44e1e67f0757d5b75e25cd1cc3667152be304
- Diff rendering mode:
- inline
- side by side
CMakeLists.txt
(3 / 0)
|   | |||
| 125 | 125 | ||
| 126 | 126 | include_directories (${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} ${KDE4_INCLUDES} ${TAGLIB_INCLUDES}) | |
| 127 | 127 | ||
| 128 | if(CMAKE_BUILD_TYPE MATCHES debugfull) | ||
| 128 | 129 | add_subdirectory( tests ) | |
| 130 | endif(CMAKE_BUILD_TYPE MATCHES debugfull) | ||
| 131 | |||
| 129 | 132 | add_subdirectory( src ) | |
| 130 | 133 | ||
| 131 | 134 | macro_display_feature_log() |
src/CMakeLists.txt
(15 / 6)
|   | |||
| 565 | 565 | widgets/BookmarkPopup.cpp | |
| 566 | 566 | GlobalCollectionActions.cpp | |
| 567 | 567 | GlobalCurrentTrackActions.cpp | |
| 568 | ../tests/playlistmanager/TestPlaylistManager.cpp | ||
| 569 | ../tests/TestAmarok.cpp | ||
| 570 | ../tests/TestCaseConverter.cpp | ||
| 571 | ../tests/TestDirectoryLoader.cpp | ||
| 572 | ../tests/TestSmartPointerList.cpp | ||
| 573 | 568 | ) | |
| 574 | 569 | ||
| 570 | if(CMAKE_BUILD_TYPE MATCHES debugfull) | ||
| 571 | set(amaroklib_LIB_SRCS | ||
| 572 | ${amaroklib_LIB_SRCS} | ||
| 573 | ../tests/playlistmanager/TestPlaylistManager.cpp | ||
| 574 | ../tests/TestAmarok.cpp | ||
| 575 | ../tests/TestCaseConverter.cpp | ||
| 576 | ../tests/TestDirectoryLoader.cpp | ||
| 577 | ../tests/TestSmartPointerList.cpp | ||
| 578 | ) | ||
| 579 | endif(CMAKE_BUILD_TYPE MATCHES debugfull) | ||
| 580 | |||
| 575 | 581 | qt4_add_dbus_adaptor( amaroklib_LIB_SRCS dbus/org.freedesktop.MediaPlayer.root.xml RootDBusHandler.h Amarok::RootDBusHandler RootAdaptor RootAdaptor) | |
| 576 | 582 | qt4_add_dbus_adaptor( amaroklib_LIB_SRCS dbus/org.freedesktop.MediaPlayer.player.xml PlayerDBusHandler.h Amarok::PlayerDBusHandler PlayerAdaptor PlayerAdaptor) | |
| 577 | 583 | qt4_add_dbus_adaptor( amaroklib_LIB_SRCS dbus/org.freedesktop.MediaPlayer.tracklist.xml TracklistDBusHandler.h Amarok::TracklistDBusHandler TracklistAdaptor TracklistAdaptor) | |
| … | … | ||
| 615 | 615 | ${TAGLIB-EXTRAS_LIBRARIES} | |
| 616 | 616 | ${QT_QTSCRIPT_LIBRARY} | |
| 617 | 617 | ${QT_QTSQL_LIBRARY} | |
| 618 | ${QT_QTTEST_LIBRARY} | ||
| 619 | 618 | ${QT_QTWEBKIT_LIBRARY} | |
| 620 | 619 | ${CMAKE_THREAD_LIBS_INIT} | |
| 621 | 620 | ${EXTRA_LIBS} | |
| 622 | 621 | amarokpud | |
| 623 | 622 | ) | |
| 623 | |||
| 624 | if(CMAKE_BUILD_TYPE MATCHES debugfull) | ||
| 625 | target_link_libraries(amaroklib ${QT_QTTEST_LIBRARY}) | ||
| 626 | endif(CMAKE_BUILD_TYPE MATCHES debugfull) | ||
| 624 | 627 | ||
| 625 | 628 | if(WIN32) | |
| 626 | 629 | target_link_libraries(amaroklib ${QT_QTWEBKIT_LIBRARY}) |

