1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 19:30:21 +02:00

Remove obsolete setup_qt macro

This commit is contained in:
Andreas Sturmlechner
2018-07-07 22:47:28 +02:00
committed by Dominik Schmidt
parent 62feb25f5c
commit 84ec28e476
5 changed files with 0 additions and 11 deletions

View File

@@ -188,9 +188,6 @@ endif()
find_package(Qt5LinguistTools REQUIRED)
macro(setup_qt)
endmacro()
set(QT_RCC_EXECUTABLE "${Qt5Core_RCC_EXECUTABLE}")
# FIXME: CrashReporter depends on deprecated QHttp

View File

@@ -1,7 +1,5 @@
include( ${PROJECT_BINARY_DIR}/TomahawkUse.cmake )
setup_qt()
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/libtomahawk )
include_directories( ${CMAKE_CURRENT_LIST_DIR}/libtomahawk )

View File

@@ -3,8 +3,6 @@ cmake_policy(SET CMP0017 NEW)
set(TOMAHAWK_CRASH_REPORTER_TARGET ${TOMAHAWK_BASE_TARGET_NAME}_crash_reporter)
setup_qt()
list(APPEND crashreporter_SOURCES main.cpp)
list(APPEND crashreporter_RC resources.qrc)

View File

@@ -1,5 +1,3 @@
setup_qt()
include_directories(${CMAKE_CURRENT_LIST_DIR}/../tomahawk ${CMAKE_CURRENT_LIST_DIR}/../libtomahawk)
include(tomahawk_add_test.cmake)

View File

@@ -7,8 +7,6 @@ IF( ${CMAKE_VERSION} VERSION_GREATER 2.8.3 )
CMAKE_POLICY(SET CMP0017 NEW)
ENDIF( ${CMAKE_VERSION} VERSION_GREATER 2.8.3 )
setup_qt()
SET( qxtcore "core" )
SET( qxtnet "network" )
SET( qxtweb "web" )