mirror of https://github.com/CGAL/cgal
Fix CGAL_Qt5 in non-header-only
This commit is contained in:
parent
9c67734dcc
commit
24a099afc6
|
|
@ -43,9 +43,7 @@ namespace Qt {
|
|||
class CGAL_QT_EXPORT GraphicsItem : public QObject, public QGraphicsItem {
|
||||
|
||||
Q_OBJECT
|
||||
#ifdef CGAL_HEADER_ONLY
|
||||
Q_INTERFACES(QGraphicsItem)
|
||||
#endif
|
||||
|
||||
public Q_SLOTS:
|
||||
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ if(NOT CGAL_HEADER_ONLY)
|
|||
${CGAL_GRAPHICSVIEW_PACKAGE_DIR}/include/CGAL/Qt/manipulatedFrame.h
|
||||
${CGAL_GRAPHICSVIEW_PACKAGE_DIR}/include/CGAL/Qt/qglviewer.h
|
||||
${CGAL_GRAPHICSVIEW_PACKAGE_DIR}/include/CGAL/Qt/image_interface.h
|
||||
TARGET CGAL_Qt5
|
||||
)
|
||||
endif()#CGAL_HEADER_ONLY
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue