Skip to content
Snippets Groups Projects
Commit 0e643189 authored by Jean-Christophe Fillion-Robin's avatar Jean-Christophe Fillion-Robin Committed by Matthew Woehlke
Browse files

Remove unused call to qt4_wrap_ui/qt4_add_resources associated with PythonQt library

parent 5ec0c911
No related branches found
No related tags found
No related merge requests found
......@@ -208,19 +208,9 @@ foreach(qtlib core gui network opengl sql svg uitools webkit xml xmlpatterns)
endif()
endforeach()
#-----------------------------------------------------------------------------
# UI files
set(ui_sources )
#-----------------------------------------------------------------------------
# Resources
set(qrc_sources )
#-----------------------------------------------------------------------------
# Do wrapping
qt4_wrap_cpp(gen_moc_sources ${moc_sources})
qt4_wrap_ui(gen_ui_sources ${ui_sources})
qt4_add_resources(gen_qrc_sources ${qrc_sources})
#-----------------------------------------------------------------------------
# Build the library
......@@ -232,8 +222,6 @@ include_directories(
add_library(PythonQt SHARED
${sources}
${gen_moc_sources}
${gen_ui_sources}
${gen_qrc_sources}
)
set_target_properties(PythonQt PROPERTIES DEFINE_SYMBOL PYTHONQT_EXPORTS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment