CMake: Add Qt5 include directories

Fixes #2107
This commit is contained in:
Lukas W
2015-06-16 17:23:18 +02:00
parent 4d4f0ed438
commit aaaa11c943

View File

@@ -108,6 +108,12 @@ IF(WANT_QT5)
FIND_PACKAGE(Qt5Widgets REQUIRED)
FIND_PACKAGE(Qt5Xml REQUIRED)
INCLUDE_DIRECTORIES(
${Qt5Core_INCLUDE_DIRS}
${Qt5Gui_INCLUDE_DIRS}
${Qt5Widgets_INCLUDE_DIRS}
${Qt5Xml_INCLUDE_DIRS}
)
ELSE()
SET(QT5 FALSE)