1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-31 09:32:03 +02:00

Implement bringToFront properly for Qt5 on X11

This commit is contained in:
Dominik Schmidt
2015-02-04 17:59:02 +01:00
parent c7364b8f31
commit 9711421d8b
3 changed files with 21 additions and 4 deletions

View File

@@ -159,6 +159,9 @@ if( NOT BUILD_WITH_QT4 )
find_package(Qt5WebKitWidgets REQUIRED)
find_package(Qt5Widgets REQUIRED)
find_package(Qt5Xml REQUIRED)
if(UNIX AND NOT APPLE)
find_package(Qt5X11Extras REQUIRED NO_MODULE)
endif()
message(STATUS "Found Qt5! Be aware that Qt5-support is still experimental and not officially supported!")
if( UNIX AND NOT APPLE )