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:
committed by
Dominik Schmidt
parent
62feb25f5c
commit
84ec28e476
@@ -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
|
||||
|
||||
|
@@ -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 )
|
||||
|
||||
|
@@ -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)
|
||||
|
||||
|
@@ -1,5 +1,3 @@
|
||||
setup_qt()
|
||||
|
||||
include_directories(${CMAKE_CURRENT_LIST_DIR}/../tomahawk ${CMAKE_CURRENT_LIST_DIR}/../libtomahawk)
|
||||
include(tomahawk_add_test.cmake)
|
||||
|
||||
|
@@ -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" )
|
||||
|
Reference in New Issue
Block a user