Skip to content

Commit

Permalink
CMake: Build config improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Sep 1, 2019
1 parent 122ac7f commit eefcc31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doomsday/cmake/FindQt.cmake
@@ -1,6 +1,7 @@
# Qmake is used to find out the Qt install location.
if (NOT QMAKE)
find_program (QMAKE NAMES qmake-qt5 qt5-qmake qmake qmake-qt4 qt4-qmake ${QT_QMAKE_EXECUTABLE}
find_program (QMAKE
NAMES qmake-qt5 qt5-qmake qmake qmake-qt4 qt4-qmake ${QT_QMAKE_EXECUTABLE}
PATHS ENV PATH
HINTS ${QT_QMAKE_EXECUTABLE} ENV DENG_DEPEND_PATH
DOC "Path of the qmake executable to use"
Expand Down
1 change: 1 addition & 0 deletions doomsday/tests/test_gloom/CMakeLists.txt
@@ -1,6 +1,7 @@
cmake_minimum_required (VERSION 3.1)
project (GLOOM)

set (DENG_OPENGL_API 3.3)
set (CMAKE_AUTOMOC ON)
set (CMAKE_AUTORCC ON)
set (DENG_SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}/../..)
Expand Down

0 comments on commit eefcc31

Please sign in to comment.