summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@nokia.com>2010-03-04 10:47:45 (GMT)
committerJocelyn Turcotte <jocelyn.turcotte@nokia.com>2010-03-04 11:26:06 (GMT)
commit8c8e9ffb60c244462f615f510bc71d4010cf8faf (patch)
tree7f960a8800ba2d2599450d04883af762d3cdb47f /src/tools
parent4574b342ebb8800ba50ca23f154c20b3e8a239af (diff)
downloadQt-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 'src/tools')
-rw-r--r--src/tools/moc/util/generate_keywords.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/moc/util/generate_keywords.pro b/src/tools/moc/util/generate_keywords.pro
index 8dff744..eb04409 100644
--- a/src/tools/moc/util/generate_keywords.pro
+++ b/src/tools/moc/util/generate_keywords.pro
@@ -10,4 +10,3 @@ INCLUDEPATH += .
# Input
SOURCES += generate_keywords.cpp
CONFIG += qt create_prl link_prl
-OBJECTS_DIR=.obj/debug-shared