Skip to content

Commit 789ac6f

Browse files
author
timlinux
committed
Fix compile error
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11970 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 023703c commit 789ac6f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

python/plugins/mapserver_export/CMakeLists.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,9 @@ ms_export.py
99
resources.py
1010
ui_mapserverexport.py
1111
)
12-
12+
PYQT4_WRAP_UI(PYUI_FILES qgsmapserverexportbase.ui)
13+
PYQT4_ADD_RESOURCES(PYRC_FILES resources.qrc)
14+
ADD_CUSTOM_TARGET(mapserverexport ALL DEPENDS ${PYUI_FILES} ${PYRC_FILES})
15+
16+
SET(INSTALLER_FILES ${INSTALLER_FILES} ${PYUI_FILES} ${PYRC_FILES})
1317
INSTALL(FILES ${INSTALLER_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/mapserver_export)

0 commit comments

Comments
 (0)