summaryrefslogtreecommitdiff
path: root/utils/common/deploy-themeeditor.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/common/deploy-themeeditor.py')
-rwxr-xr-xutils/common/deploy-themeeditor.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/common/deploy-themeeditor.py b/utils/common/deploy-themeeditor.py
index 4569052e97..8b66e5aef4 100755
--- a/utils/common/deploy-themeeditor.py
+++ b/utils/common/deploy-themeeditor.py
@@ -35,6 +35,7 @@ deploy.progexe = {
35 "darwin" : "rbthemeeditor.app", 35 "darwin" : "rbthemeeditor.app",
36 "linux2" : "rbthemeeditor" 36 "linux2" : "rbthemeeditor"
37} 37}
38deploy.regreplace = {}
38# OS X 10.6 defaults to gcc 4.2. Building universal binaries that are 39# OS X 10.6 defaults to gcc 4.2. Building universal binaries that are
39# compatible with 10.4 requires using gcc-4.0. 40# compatible with 10.4 requires using gcc-4.0.
40deploy.qmakespec = { 41deploy.qmakespec = {