Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 251500 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +1 lines)
Line  Link Here
0
-- generator/main.h.orig
0
++ generator/main.h
Lines 91-97 struct Preprocess Link Here
91
        if (qtdir.isEmpty()) {
91
        if (qtdir.isEmpty()) {
92
            qWarning("QTDIR environment variable not set. This may cause problems with finding the necessary include files.");
92
            qWarning("QTDIR environment variable not set. This may cause problems with finding the necessary include files.");
93
        } else {
93
        } else {
94
            qtdir += "/include";
95
            includes << (qtdir + "/QtXml");
94
            includes << (qtdir + "/QtXml");
96
            includes << (qtdir + "/QtNetwork");
95
            includes << (qtdir + "/QtNetwork");
97
            includes << (qtdir + "/QtCore");
96
            includes << (qtdir + "/QtCore");

Return to bug 251500