~ubuntu-branches/ubuntu/trusty/qgis/trusty

« back to all changes in this revision

Viewing changes to python/plugins/mapserver_export/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Johan Van de Wauw
  • Date: 2010-07-11 20:23:24 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100711202324-5ktghxa7hracohmr
Tags: 1.4.0+12730-3ubuntu1
* Merge from Debian unstable (LP: #540941).
* Fix compilation issues with QT 4.7
* Add build-depends on libqt4-webkit-dev 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SET(INSTALLER_FILES
 
2
        mapserver_export.png
 
3
        __init__.py
 
4
        mapserverexportdialog.py
 
5
        mapserverexport.py
 
6
        ms_export.py
 
7
)
 
8
 
 
9
PYQT4_WRAP_UI(PYUI_FILES qgsmapserverexportbase.ui)
 
10
PYQT4_ADD_RESOURCES(PYRC_FILES resources.qrc)
 
11
ADD_CUSTOM_TARGET(mapserverexport ALL DEPENDS ${PYUI_FILES} ${PYRC_FILES})
 
12
 
 
13
SET(INSTALLER_FILES ${INSTALLER_FILES} ${PYUI_FILES} ${PYRC_FILES})
 
14
 
 
15
INSTALL(FILES ${INSTALLER_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/mapserver_export)