By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1262
Collapse All | Expand All

(-)a/configure.py.ORI (-1 / +1 lines)
Lines 786-792 Link Here
786
    sipconfig.ParentMakefile(
786
    sipconfig.ParentMakefile(
787
        configuration = pyqtcfg,
787
        configuration = pyqtcfg,
788
        subdirs = subdirs,
788
        subdirs = subdirs,
789
        installs= [("pykdeconfig.py", opt_pykdemoddir), (srcPath("contrib/kdepyuic"), sipcfg.default_bin_dir)]
789
        installs= [("pykdeconfig.py", opt_pykdemoddir), (srcPath("contrib/kdepyuic"), opt_kdebasedir + "/bin")]
790
    ).generate()
790
    ).generate()
791
791
792
792

Return to bug 1262