Skip to content

Commit 831d90e

Browse files
Added X11Etras package to CMakeLists.txt
1 parent abdc0dc commit 831d90e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.5)
22
project(QtAdvancedDockingSystem LANGUAGES CXX VERSION ${VERSION_SHORT})
3-
find_package(Qt5 5.5 COMPONENTS Core Gui Widgets REQUIRED)
3+
find_package(Qt5 5.5 COMPONENTS Core Gui Widgets X11Extras REQUIRED)
44
set(CMAKE_INCLUDE_CURRENT_DIR ON)
55
if(BUILD_STATIC)
66
set(CMAKE_STATIC_LIBRARY_SUFFIX "_static${CMAKE_STATIC_LIBRARY_SUFFIX}")

0 commit comments

Comments
 (0)