1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 03:10:12 +02:00

Fix Qt5 build. This is a mess and needs clean up :(

This commit is contained in:
Dominik Schmidt
2014-10-29 21:15:48 +01:00
parent 24296b7402
commit 1bcd50bffb

View File

@@ -13,6 +13,7 @@ if(TOMAHAWK_QT5)
find_package(Qt5WebKitWidgets REQUIRED) find_package(Qt5WebKitWidgets REQUIRED)
find_package(Qt5Widgets REQUIRED) find_package(Qt5Widgets REQUIRED)
find_package(Qt5Xml REQUIRED) find_package(Qt5Xml REQUIRED)
find_package(Qt5Sql REQUIRED)
macro(qt_wrap_ui) macro(qt_wrap_ui)
qt5_wrap_ui(${ARGN}) qt5_wrap_ui(${ARGN})