-
-
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.
git-svn-id: http://svn.osgeo.org/qgis/trunk@9558 c8812cc2-4d05-0410-92ff-de0c093fc19c
- Loading branch information
timlinux
committed
Oct 31, 2008
1 parent
31725ec
commit 059cbee
Showing
12 changed files
with
281 additions
and
177 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,27 +1,27 @@ | ||
#TODO: Need to configure cmake to run pyrcc4 and pyuic4 as required when the resource | ||
# file or the ui change | ||
SET(INSTALLER_FILES | ||
fetchingbase.py | ||
fetchingbase.py | ||
fetchingbase.ui | ||
guibase.py | ||
guibase.ui | ||
guibase.py | ||
guibase.ui | ||
__init__.py | ||
installer_data.py | ||
installer_gui.py | ||
installer_data.py | ||
installer_gui.py | ||
installer_plugin.py | ||
installingbase.py | ||
installingbase.ui | ||
pluginerrorbase.py | ||
pluginerrorbase.ui | ||
plugin_installer.png | ||
PluginInstaller.png | ||
qgis-icon.png | ||
repoConnected.png | ||
installingbase.py | ||
installingbase.ui | ||
pluginerrorbase.py | ||
pluginerrorbase.ui | ||
plugin_installer.png | ||
qgis-icon.png | ||
repoConnected.png | ||
repoDisabled.png | ||
repositorybase.py | ||
repositorybase.ui | ||
repositorybase.py | ||
repositorybase.ui | ||
repoUnavailable.png | ||
resources_rc.py | ||
unzip.py | ||
resources.qrc | ||
resources_rc.py | ||
unzip.py | ||
) | ||
INSTALL(FILES ${INSTALLER_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/plugin_installer) |
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
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.