Warning, /education/marble/src/plugins/render/photo/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 PROJECT(Photo)
0002 
0003 INCLUDE_DIRECTORIES(
0004  ${CMAKE_CURRENT_SOURCE_DIR}
0005  ${CMAKE_CURRENT_BINARY_DIR}
0006 )
0007 
0008 set( photo_SRCS PhotoPlugin.cpp
0009                 PhotoPluginModel.cpp
0010                 PhotoPluginItem.cpp
0011                 FlickrParser.cpp
0012                 CoordinatesParser.cpp )
0013 set( photo_UI PhotoConfigWidget.ui )
0014 
0015 qt_wrap_ui(photo_SRCS ${photo_UI})
0016 
0017 marble_add_plugin( Photo ${photo_SRCS} )