opnsense-ports/math/vtk6/files/patch-Examples-GUI-Qt-GraphicsView_CMakeLists.txt
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
544 B
Text

--- Examples/GUI/Qt/GraphicsView/CMakeLists.txt.orig 2014-03-10 16:31:13.000000000 +0100
+++ Examples/GUI/Qt/GraphicsView/CMakeLists.txt 2014-03-10 16:31:19.000000000 +0100
@@ -60,7 +60,7 @@
add_executable(qtgraphicsview MACOSX_BUNDLE
${Srcs} ${Hdrs} ${MOC_Hdrs} ${QRC_Srcs})
qt5_use_modules(qtgraphicsview Core Gui Widgets
- WebKit WebKitWidgets OpenGL OpenGLExtensions)
+ WebKit WebKitWidgets OpenGL)
target_link_libraries(qtgraphicsview ${VTK_LIBRARIES})
else()
find_package(Qt4 REQUIRED)