Added QT_QTCORE_INCLUDE_DIR entry to qfont plugin build to fix Qt4 build under Linux

git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14919 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
Robert Osfield
2015-06-16 17:17:50 +00:00
parent 1e0d682979
commit 4ec0e76c0b

View File

@@ -1,4 +1,5 @@
INCLUDE_DIRECTORIES(${QT_INCLUDE_DIR})
INCLUDE_DIRECTORIES(${QT_INCLUDE_DIR} ${QT_QTCORE_INCLUDE_DIR} )
SET(TARGET_SRC ReaderQFont.cpp)
SET(TARGET_ADDED_LIBRARIES osgText osgQt)