| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | < | INCLUDEPATH+=$$PWD |
| 2 | < | DEPENDPATH+=$$PWD |
| 3 | < | #include($$PWD/CommonUtils.pro) |
| 4 | < | |
| 5 | < | SOURCES += \ |
| 6 | < | $$PWD/util.cpp |
| 7 | < | |
| 8 | < | HEADERS += \ |
| 9 | < | $$PWD/util.h |
| 1 | > | INCLUDEPATH+=$$PWD |
| 2 | > | DEPENDPATH+=$$PWD |
| 3 | > | #include($$PWD/CommonUtils.pro) |
| 4 | > | |
| 5 | > | SOURCES += \ |
| 6 | > | $$PWD/util.cpp |
| 7 | > | |
| 8 | > | HEADERS += \ |
| 9 | > | $$PWD/util.h |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |