1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-02 02:12:47 +02:00

Fix tests for Qt5

Conflicts:
	tests/CMakeLists.txt
This commit is contained in:
Dominik Schmidt
2013-05-25 16:18:33 +02:00
committed by Uwe L. Korn
parent 0558b2396f
commit fc0fec1fdc
8 changed files with 18 additions and 18 deletions

View File

@@ -354,12 +354,6 @@ ADD_SUBDIRECTORY( thirdparty )
ADD_SUBDIRECTORY( src )
ADD_SUBDIRECTORY( admin )
if( BUILD_TESTS )
enable_testing()
add_subdirectory( tests )
endif()
# Add all targets to the build-tree export set
set(CMAKE_INSTALL_CMAKEDIR "${CMAKE_INSTALL_LIBDIR}/cmake/Tomahawk" CACHE PATH "Installation directory for CMake files")
set(CMAKE_INSTALL_FULL_CMAKEDIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_CMAKEDIR}")