From Magnus Kessler, "The attached file fixes the build error reported by Maxim Gammer. In out-of-

source build moc has difficulties with header files that do not end in ".h".
Force moc to include any files passed to it."
This commit is contained in:
Robert Osfield 2010-06-21 10:19:57 +00:00
parent 875cb3b412
commit aadd3c4feb

View File

@ -12,7 +12,7 @@ SET(SOURCES_H
${HEADER_PATH}/QGraphicsViewAdapter
)
QT4_WRAP_CPP( SOURCES_H_MOC ${SOURCES_H} )
QT4_WRAP_CPP( SOURCES_H_MOC ${SOURCES_H} OPTIONS "-f" )
SET(LIB_PUBLIC_HEADERS