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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user