[CMake] control order of custom target as a sub-part of a customized KDE build
Shawn Rutledge
shawn.t.rutledge at gmail.com
Wed Jan 19 14:09:36 EST 2011
Thanks for the suggestions! I was in a hurry to get something
working, and the first working solution I found was to write a uic
wrapper script which calls uic and then modifies the output. This
line makes it substitute my wrapper for uic:
set(QT_UIC_EXECUTABLE ${CMAKE_SOURCE_DIR}/tools/uic-wrapper.py)
More information about the CMake
mailing list