diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-09-22 10:23:19 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-09-23 09:38:12 (GMT) |
commit | 414b494cf83e84d86ab5dd80f32b47ce04622d00 (patch) | |
tree | 90f7b039f39de61325c0bfefefb69da0adef614f /tools/configure | |
parent | e449be1979d279066401c29771d60942bac5ff99 (diff) | |
download | Qt-414b494cf83e84d86ab5dd80f32b47ce04622d00.zip Qt-414b494cf83e84d86ab5dd80f32b47ce04622d00.tar.gz Qt-414b494cf83e84d86ab5dd80f32b47ce04622d00.tar.bz2 |
build configure.exe directly in source dir
Reviewed-by: mariusSO
Diffstat (limited to 'tools/configure')
-rw-r--r-- | tools/configure/configure.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure/configure.pro b/tools/configure/configure.pro index 8a62fe1..810f006 100644 --- a/tools/configure/configure.pro +++ b/tools/configure/configure.pro @@ -1,5 +1,5 @@ TARGET = configure -DESTDIR = ../.. +DESTDIR = $$PWD/../.. # build directly in source dir CONFIG += console flat CONFIG -= moc qt |