diff options
author | Timothy Pearson <[email protected]> | 2013-02-22 13:01:20 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-22 13:01:20 -0600 |
commit | 84d71f5e86ee57a0e482e6a6121101e6369a2196 (patch) | |
tree | c75c55b620041ee0d19050cdf7d824139abec350 /pytdeconfig.py | |
parent | d245ee56d77a64fc7849a6db3cfe50924075b320 (diff) | |
download | pytde-84d71f5e86ee57a0e482e6a6121101e6369a2196.tar.gz pytde-84d71f5e86ee57a0e482e6a6121101e6369a2196.zip |
Fix FTBFS
Diffstat (limited to 'pytdeconfig.py')
-rw-r--r-- | pytdeconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pytdeconfig.py b/pytdeconfig.py index 96b06fe..1eacb8d 100644 --- a/pytdeconfig.py +++ b/pytdeconfig.py @@ -38,7 +38,7 @@ _pkg_config = { 'libdir': 'lib', 'pytde_kde_sip_flags': '-t ALL -x TQt_STYLE_WINDOWSXP -x TQt_STYLE_INTERLACE -x TQt_STYLE_WINDOWSXP -x TQt_SIP_PRE_4_7_2 -x VendorID -t WS_X11 -t TQt_3_3_6 -t KDE_3_5_3', 'pytde_mod_dir': '/usr/lib/python2.5/site-packages', - 'pytde_modules': 'dcop tdecore tdefx tdeui tdeio tderesources kabc tdeutils tdefile tdeparts tdehtml tdespell tdeprint tdemdi', + 'pytde_modules': 'dcop tdecore tdefx tdeui tdeio tderesources tdeabc tdeutils tdefile tdeparts tdehtml tdespell tdeprint tdemdi', 'pytde_sip_dir': '/usr/share/sip', 'pytde_version': 0x031000, 'pytde_version_str': '3.16.0' |