diff options
author | Jocelyn Turcotte <jocelyn.turcotte@nokia.com> | 2010-03-04 10:47:45 (GMT) |
---|---|---|
committer | Jocelyn Turcotte <jocelyn.turcotte@nokia.com> | 2010-03-04 11:26:06 (GMT) |
commit | 8c8e9ffb60c244462f615f510bc71d4010cf8faf (patch) | |
tree | 7f960a8800ba2d2599450d04883af762d3cdb47f /tools | |
parent | 4574b342ebb8800ba50ca23f154c20b3e8a239af (diff) | |
download | Qt-8c8e9ffb60c244462f615f510bc71d4010cf8faf.zip Qt-8c8e9ffb60c244462f615f510bc71d4010cf8faf.tar.gz Qt-8c8e9ffb60c244462f615f510bc71d4010cf8faf.tar.bz2 |
Remove the OBJECTS_DIR variable assignment from some projets in Qt.
This prevent debug and release object file to be mixed up when
linking these application in a debug_and_release configured Qt.
Reviewed-by: Marius Storm-Olsen
Diffstat (limited to 'tools')
-rw-r--r-- | tools/qev/qev.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/qev/qev.pro b/tools/qev/qev.pro index 28383c6..962b9fa 100644 --- a/tools/qev/qev.pro +++ b/tools/qev/qev.pro @@ -9,5 +9,3 @@ INCLUDEPATH += . # Input SOURCES += qev.cpp CONFIG += qt warn_on create_prl link_prl -OBJECTS_DIR=.obj/debug-shared -MOC_DIR=.moc/debug-shared |