diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2014-01-18 16:14:35 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-01-18 16:14:45 +0100 |
commit | a2e9913e83dab85ab8ae19fb790f035437b8cdc2 (patch) | |
tree | 68a5b6fea0cb35541e20321e604cb957b6e036b9 /configure.py | |
parent | 9d39e8110a37f9628468a57ffc11e9226399df28 (diff) | |
download | pytde-a2e9913e83dab85ab8ae19fb790f035437b8cdc2.tar.gz pytde-a2e9913e83dab85ab8ae19fb790f035437b8cdc2.zip |
Rename kdepyuic => tdepyuic
Diffstat (limited to 'configure.py')
-rw-r--r-- | configure.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py index bcf62b0..c11e626 100644 --- a/configure.py +++ b/configure.py @@ -786,7 +786,7 @@ def create_makefiles(): sipconfig.ParentMakefile( configuration = pyqtcfg, subdirs = subdirs, - installs= [("pytdeconfig.py", opt_pytdemoddir), (srcPath("contrib/kdepyuic"), opt_tdebasedir + "/bin")] + installs= [("pytdeconfig.py", opt_pytdemoddir), (srcPath("contrib/tdepyuic"), opt_tdebasedir + "/bin")] ).generate() |