diff options
author | Oswald Buddenhagen <[email protected]> | 2009-04-17 11:26:03 +0200 |
---|---|---|
committer | Oswald Buddenhagen <[email protected]> | 2009-04-20 16:51:10 +0200 |
commit | 13f04d84304fe7a7530fbd232f24fa3a3c0ef9fe (patch) | |
tree | c29791d38cf4c1379744128aec6b192cbd458aab /src/tools/qtlibspatcher/qtlibspatcher.pro | |
parent | 29b437e42f43820f66dfb622ff8129d9f3231f0c (diff) |
revamp build system
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.
Diffstat (limited to 'src/tools/qtlibspatcher/qtlibspatcher.pro')
-rw-r--r-- | src/tools/qtlibspatcher/qtlibspatcher.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/qtlibspatcher/qtlibspatcher.pro b/src/tools/qtlibspatcher/qtlibspatcher.pro index fb0b51c9c9e..453c4fc7df9 100644 --- a/src/tools/qtlibspatcher/qtlibspatcher.pro +++ b/src/tools/qtlibspatcher/qtlibspatcher.pro @@ -8,7 +8,7 @@ TEMPLATE = app TARGET = DEPENDPATH += . INCLUDEPATH += . -DESTDIR = ./ +DESTDIR = . # Input HEADERS += binpatch.h |