-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
User interface audit updates round #1
git-svn-id: http://svn.osgeo.org/qgis/trunk@11962 c8812cc2-4d05-0410-92ff-de0c093fc19c
- Loading branch information
timlinux
committed
Nov 7, 2009
1 parent
04e023c
commit 453a90f
Showing
44 changed files
with
6,084 additions
and
5,807 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
#TODO: Need to configure cmake to run pyrcc4 and pyuic4 as required when the resource | ||
# file or the ui change | ||
SET(INSTALLER_FILES | ||
mapserver_export.png | ||
__init__.py | ||
mapserverexportdialog.py | ||
mapserverexport.py | ||
ms_export.py | ||
resources.py | ||
ui_mapserverexport.py | ||
) | ||
|
||
PYQT4_WRAP_UI(PYUI_FILES qgsmapserverexportbase.ui) | ||
PYQT4_ADD_RESOURCES(PYRC_FILES resources.qrc) | ||
ADD_CUSTOM_TARGET(mapserverexport ALL DEPENDS ${PYUI_FILES} ${PYRC_FILES}) | ||
|
||
SET(INSTALLER_FILES ${INSTALLER_FILES} ${PYUI_FILES} ${PYRC_FILES}) | ||
|
||
INSTALL(FILES ${INSTALLER_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/mapserver_export) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.