1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-30 09:10:53 +02:00

Some qt5 fixes for Windows

This commit is contained in:
Patrick von Reth
2014-03-31 16:54:48 +02:00
parent fb02c08a55
commit 8573d8fb42
6 changed files with 29 additions and 11 deletions

View File

@@ -135,6 +135,10 @@ if( NOT BUILD_WITH_QT4 )
# We need this to find the paths to qdbusxml2cpp and co
find_package(Qt5DBus REQUIRED)
endif()
if(WIN32)
find_package(Qt5WinExtras REQUIRED)
endif()
macro(qt_wrap_ui)
qt5_wrap_ui(${ARGN})