diff options
author | Marius Kintel <marius@kintel.net> | 2012-01-25 20:12:50 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-01-25 20:12:50 (GMT) |
commit | ed02aa85ef0ec0a1adc9aa34f6e1a9f7715a4704 (patch) | |
tree | 246fd40e70809ab07299166b438f313abef748ef | |
parent | 1ffcaae04d577619c1956e96bec47008098a2ed7 (diff) |
The tests no longer depend on QtGui or QtOpenGL
-rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 4534b67..931fb12 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -150,7 +150,7 @@ if (MINGW_CROSS_ENV_DIR) include_directories( ${QT_INCLUDE_DIRS} ) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${QT_CFLAGS_OTHER}") else() - find_package(Qt4 COMPONENTS QtCore QtGui QtOpenGL REQUIRED) + find_package(Qt4 COMPONENTS QtCore REQUIRED) include(${QT_USE_FILE}) endif() |