|
From: Tapio V. <aa...@us...> - 2011-01-13 20:24:10
|
Module: editor
Branch: master
Commit: b7e0cf32e92ae49910af4244d93e7803ce1b59a2
Author: Tapio Vierros <tap...@gm...>
Date: Thu Jan 13 22:23:46 2011 +0200
Add QtXML to CMake.
---
CMakeLists.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 77e4f92..a67cf26 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,7 +18,7 @@ find_package(Boost 1.36 REQUIRED COMPONENTS regex filesystem system)
include_directories(${Boost_INCLUDE_DIRS})
list(APPEND LIBS ${Boost_LIBRARIES})
-find_package(Qt4 REQUIRED) # find and setup Qt4 for this project
+find_package(Qt4 COMPONENTS QtCore QtGui QtXml REQUIRED) # find and setup Qt4 for this project
include(${QT_USE_FILE})
# Headers that need MOC need to be defined separately
|