Skip to content
Snippets Groups Projects
Commit ee6314d0 authored by Andreas Schenk's avatar Andreas Schenk
Browse files

added missing dependency for ui file compilation

parent 155777ed
No related branches found
No related tags found
No related merge requests found
......@@ -444,6 +444,7 @@ endmacro()
macro(ui_to_python LIBNAME PYMODDIR STAGEDIR)
set(_input_files ${ARGN})
add_custom_target("${LIBNAME}_ui" ALL)
add_dependencies("_${LIBNAME}" "${LIBNAME}_ui")
find_program(_PYUIC_EXECUTABLE
NAMES pyuic4-${PYTHON_VERSION} pyuic4 pyuic
PATHS ENV PATH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment