CMake add QtXML for GUI libraryeditor

(see also 4946f772ef)
This commit is contained in:
Frank Zingsheim 2015-08-31 10:18:24 +02:00
parent c9d14f4bb0
commit baced8c9d8
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
find_package(Qt4 4.6.1 COMPONENTS QtCore QtGui)
find_package(Qt4 4.6.1 COMPONENTS QtCore QtGui QtXML)
if (HAVE_RULES)
find_library(PCRE pcre)
if (NOT PCRE)