| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
We aren't using them anymore.
Change-Id: I7ce368b350e24316f44e6fe5fcba94f07f92dbb8
Reviewed-on: http://codereview.qt.nokia.com/2217
Reviewed-by: Daniel Teske <[email protected]>
|
|
|
|
|
|
|
|
| |
simply add
CONFIG += depend_includepath
to qtcreator.pri and remove all the manual DEPENDPATHs, as half of them
were missing anyway, and i wouldn't expect it to ever change. not
touching src/shared/ for syncing reasons.
|
|
|
|
| |
they are a bit misleading (and embarrassing ...)
|
|
|
|
| |
doing it in 1.3 as well to avoid possible later conflicts
|
|
|
|
|
|
|
|
|
| |
now bin and share are not pegged to linking the executable any more,
but are proper subdirs targets of their own.
unforturnately, qmake is a bit tenacious, so we hack around a bit. :)
more or less in passing by, i removed some superfluous trailing slashes
and added path normalization as well.
|
|
|