Browse Source

Include Qt include dir for building tests.

vectorfields
Vladimír Vondruš 14 years ago
parent
commit
f5c8ae6bd6
  1. 1
      src/CMakeLists.txt

1
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()

Loading…
Cancel
Save