diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:59:37 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:59:37 -0600 |
commit | f050f7c84cccf297921968acd454e6a462e30857 (patch) | |
tree | d2dbec79b7ecb12d9dd28b20e491a454b18ecb52 /pytdeconfig.py.in | |
parent | 6b87edd9b7b08ca0030e5633e8a9653576f73a32 (diff) | |
download | pytde-f050f7c84cccf297921968acd454e6a462e30857.tar.gz pytde-f050f7c84cccf297921968acd454e6a462e30857.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'pytdeconfig.py.in')
-rw-r--r-- | pytdeconfig.py.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pytdeconfig.py.in b/pytdeconfig.py.in index f04957d..3574e23 100644 --- a/pytdeconfig.py.in +++ b/pytdeconfig.py.in @@ -137,7 +137,7 @@ class KioModuleMakefile(KdeuiModuleMakefile): KdeuiModuleMakefile.finalise(self) class KfileModuleMakefile(KioModuleMakefile): - """The Makefile class for modules that %Import kfile. + """The Makefile class for modules that %Import tdefile. """ def finalise(self): """Finalise the macros. @@ -146,7 +146,7 @@ class KfileModuleMakefile(KioModuleMakefile): # Note that we don't use self.extra_lib_dirs because we don't want # it to be added to the rpath. self.LIBDIR.append(self.config.pyqt_mod_dir) - self.extra_libs.append(self.module_as_lib("kfile")) + self.extra_libs.append(self.module_as_lib("tdefile")) KioModuleMakefile.finalise(self) |