there is no moc file generated for this class
[kdegraphics.git] / kolourpaint / gen_cmake_include_dirs
blobe2893706f6a6f471fe1c6203af76bc67d3e4cfca
1 # Recalculates the KolourPaint-specific part of CMakeLists.txt's "include_directories()"
3 for f in `find -type d | fgrep -v .svn | egrep -v '^\.$' | egrep -v '^\./pics
4 ^\./patches$
5 ^\./tests$' | cut -c3- | sort`
6 do
7         echo '${CMAKE_CURRENT_SOURCE_DIR}/'$f
8 done