mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-29 00:30:04 +02:00
Fix build with Qt 5.11_beta3 (dropping qt5_use_modules)
This commit is contained in:
committed by
Dominik Schmidt
parent
00f602e102
commit
34c1f88171
@@ -81,9 +81,6 @@ else(TOMAHAWK_QT5)
|
||||
find_package(Qt4 4.7.0 COMPONENTS ${NEEDED_QT4_COMPONENTS})
|
||||
include( ${QT_USE_FILE} )
|
||||
|
||||
macro(qt5_use_modules)
|
||||
endmacro()
|
||||
|
||||
macro(qt_wrap_ui)
|
||||
qt4_wrap_ui(${ARGN})
|
||||
endmacro()
|
||||
|
Reference in New Issue
Block a user