| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/math/mathgl/files/ |
Upload File : |
--- widgets/qt5/CMakeLists.txt.orig 2017-07-20 06:27:56 UTC
+++ widgets/qt5/CMakeLists.txt
@@ -5,17 +5,17 @@ if(enable-qt5)
set(MGL_QT5_FILES ../qt.cpp ../../include/mgl2/qt.h ../../include/mgl2/qmathgl.h)
mgl_add_lib(qt5 ${MGL_QT5_FILES})
target_link_libraries(mgl-qt5 mgl ${MGL_QT5_LIBS})
- target_link_libraries(mgl-qt5-static mgl-static ${MGL_QT5_LIBS})
+ #target_link_libraries(mgl-qt5-static mgl-static ${MGL_QT5_LIBS})
if(enable-qt5asqt)
mgl_add_lib(qt ${MGL_QT5_FILES})
target_link_libraries(mgl-qt mgl ${MGL_QT5_LIBS})
- target_link_libraries(mgl-qt-static mgl-static ${MGL_QT5_LIBS})
+ #target_link_libraries(mgl-qt-static mgl-static ${MGL_QT5_LIBS})
endif(enable-qt5asqt)
if(MGL_HAVE_FLTK)
mgl_add_lib(wnd ${MGL_QT5_FILES} ../fltk.cpp ../../include/mgl2/fltk.h ../image.cpp ../image.h)
target_include_directories(mgl-wnd SYSTEM PUBLIC ${FLTK_INCLUDE_DIR})
- target_include_directories(mgl-wnd-static SYSTEM PUBLIC ${FLTK_INCLUDE_DIR})
+ #target_include_directories(mgl-wnd-static SYSTEM PUBLIC ${FLTK_INCLUDE_DIR})
target_link_libraries(mgl-wnd mgl ${FLTK_LIBRARIES} ${MGL_QT5_LIBS})
- target_link_libraries(mgl-wnd-static mgl-static ${FLTK_LIBRARIES} ${MGL_QT5_LIBS})
+ #target_link_libraries(mgl-wnd-static mgl-static ${FLTK_LIBRARIES} ${MGL_QT5_LIBS})
endif(MGL_HAVE_FLTK)
endif(enable-qt5)