~ubuntu-branches/ubuntu/wily/marble/wily-proposed

« back to all changes in this revision

Viewing changes to src/plugins/render/panoramio/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2014-12-18 14:08:05 UTC
  • mfrom: (1.5.8) (68.1.7 vivid-proposed)
  • Revision ID: package-import@ubuntu.com-20141218140805-s9vz8rnjd34ekcbc
Tags: 4:14.12.0-0ubuntu2
Remove .acc files, there are no abi tars and we already have .symbols files

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 ${CMAKE_CURRENT_BINARY_DIR}
6
6
 ${QT_INCLUDE_DIR}
7
7
)
8
 
INCLUDE(${QT_USE_FILE})
 
8
if( QT4_FOUND )
 
9
  INCLUDE(${QT_USE_FILE})
 
10
endif()
9
11
 
10
12
set( panoramio_SRCS PanoramioPlugin.cpp
11
13
                    PanoramioModel.cpp
12
 
                    PanoramioWidget.cpp
13
 
                    jsonparser.cpp )
 
14
                    PanoramioItem.cpp
 
15
                    PanoramioParser.cpp )
 
16
 
 
17
qt_add_resources( panoramio_SRCS panoramio.qrc )
14
18
 
15
19
marble_add_plugin( Panoramio ${panoramio_SRCS} )
16
 
target_link_libraries( Panoramio ${QT_QTSCRIPT_LIBRARY} )