blob: 5a4b45dae4c1464192c957f34af3ff4f973339da (
plain)
1
2
3
4
5
6
7
8
|
#if(NOT AUTOMOC4_EXECUTABLE)
# # this is just a fallback in case automoc4 from kdesupport isn't found, Alex
# add_subdirectory(automoc)
#endif(NOT AUTOMOC4_EXECUTABLE)
add_subdirectory(modules)
|