| 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/qt4/CMakeLists.txt.orig 2017-07-20 06:27:56 UTC
+++ widgets/qt4/CMakeLists.txt
@@ -5,18 +5,18 @@ if(enable-qt4)
set(MGL_QT4_FILES ../qt.cpp ../../include/mgl2/qt.h ../../include/mgl2/qmathgl.h)
mgl_add_lib(qt4 ${MGL_QT4_FILES})
target_link_libraries(mgl-qt4 mgl ${MGL_QT4_LIBS})
- target_link_libraries(mgl-qt4-static mgl-static ${MGL_QT4_LIBS})
+ #target_link_libraries(mgl-qt4-static mgl-static ${MGL_QT4_LIBS})
if(enable-qt4asqt)
mgl_add_lib(qt ${MGL_QT4_FILES})
target_link_libraries(mgl-qt mgl ${MGL_QT4_LIBS})
- target_link_libraries(mgl-qt-static mgl-static ${MGL_QT4_LIBS})
+ #target_link_libraries(mgl-qt-static mgl-static ${MGL_QT4_LIBS})
endif(enable-qt4asqt)
if(MGL_HAVE_FLTK AND NOT enable-qt5)
mgl_add_lib(wnd ${MGL_QT4_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_QT4_LIBS})
- target_link_libraries(mgl-wnd-static mgl-static ${FLTK_LIBRARIES} ${MGL_QT4_LIBS})
+ #target_link_libraries(mgl-wnd-static mgl-static ${FLTK_LIBRARIES} ${MGL_QT4_LIBS})
endif(MGL_HAVE_FLTK AND NOT enable-qt5)
endif(enable-qt4)