|
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"); |