6072652875
contributed my testcase/demo for the original implementation. This attached change is similar to osgtext but uses the QFontImplementation in a Qt based viewer. With that, it should be easier for all of us to test changes in qfontimplementation"
12 lines
350 B
CMake
12 lines
350 B
CMake
#this file is automatically generated
|
|
|
|
INCLUDE_DIRECTORIES( ${QT_INCLUDE_DIR} )
|
|
ADD_DEFINITIONS(-DUSE_QT4)
|
|
|
|
SET(TARGET_SRC osgqfont.cpp )
|
|
SET(TARGET_ADDED_LIBRARIES osgQt osgText)
|
|
SET(TARGET_EXTERNAL_LIBRARIES ${QT_QTCORE_LIBRARY_RELEASE} ${QT_QTGUI_LIBRARY_RELEASE} ${QT_QTOPENGL_LIBRARY_RELEASE} )
|
|
|
|
#### end var setup ###
|
|
SETUP_EXAMPLE(osgqfont)
|