Skip to content

Commit

Permalink
CMake: need to look for the Gui module before we can look for the Web…
Browse files Browse the repository at this point in the history
…Kit one.
  • Loading branch information
agarny committed May 24, 2017
1 parent bb5daff commit 8aad69c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ SET(PLATFORM_DIR ${PLATFORM})
INCLUDE(${CMAKE_SOURCE_DIR}/src/3rdparty/QtWebKit/CMakeLists.txt)

# Required Qt modules and packages
#---ISSUE1306--- WE OUGHT TO BE ABLE TO REMOVE THE NEED FOR THE Gui MODULE ONCE
# WE CAN BUILD QtWebKit AS A PACKAGE?...

IF(WIN32)
SET(WEBKIT WebKit)
Expand All @@ -129,6 +131,7 @@ IF(ENABLE_TESTS)
ENDIF()

SET(REQUIRED_QT_MODULES
Gui
Network
${TEST}
${WEBKIT}
Expand Down

0 comments on commit 8aad69c

Please sign in to comment.