remove superfluous Qt includes

This commit is contained in:
wmayer
2016-12-13 15:40:49 +01:00
parent 433202a881
commit 166fc624eb
26 changed files with 8 additions and 42 deletions

View File

@@ -53,11 +53,7 @@ endif(MSVC)
# needed for OpenSUSE
if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
set(FreeCADBase_LIBS
${FreeCADBase_LIBS}
-lutil
-ldl
)
list(APPEND FreeCADBase_LIBS -lutil -ldl)
endif()
generate_from_xml(BaseClassPy)