Skip to content

Commit 819f278

Browse files
committed
Remove unused call to qt4_wrap_ui/qt4_add_resources associated with PythonQt library
1 parent 29459a6 commit 819f278

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

CMakeLists.txt

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -208,19 +208,9 @@ foreach(qtlib core gui network opengl sql svg uitools webkit xml xmlpatterns)
208208
endif()
209209
endforeach()
210210

211-
#-----------------------------------------------------------------------------
212-
# UI files
213-
set(ui_sources )
214-
215-
#-----------------------------------------------------------------------------
216-
# Resources
217-
set(qrc_sources )
218-
219211
#-----------------------------------------------------------------------------
220212
# Do wrapping
221213
qt4_wrap_cpp(gen_moc_sources ${moc_sources})
222-
qt4_wrap_ui(gen_ui_sources ${ui_sources})
223-
qt4_add_resources(gen_qrc_sources ${qrc_sources})
224214

225215
#-----------------------------------------------------------------------------
226216
# Build the library
@@ -232,8 +222,6 @@ include_directories(
232222
add_library(PythonQt SHARED
233223
${sources}
234224
${gen_moc_sources}
235-
${gen_ui_sources}
236-
${gen_qrc_sources}
237225
)
238226
set_target_properties(PythonQt PROPERTIES DEFINE_SYMBOL PYTHONQT_EXPORTS)
239227

0 commit comments

Comments
 (0)