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:
parent
875cb3b412
commit
aadd3c4feb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user