From f5c8ae6bd69bfd24832b784b37341664fa949327 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 13 Feb 2012 17:59:40 +0100 Subject: [PATCH] Include Qt include dir for building tests. --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 407993607..76ef23daa 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -36,5 +36,6 @@ install(TARGETS Magnum DESTINATION ${MAGNUM_LIBRARY_INSTALL_DIR}) if(BUILD_TESTS) enable_testing() + include_directories(${QT_INCLUDE_DIR}) add_subdirectory(Test) endif()