summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@nokia.com>2010-03-04 11:47:45 +0100
committerJocelyn Turcotte <jocelyn.turcotte@nokia.com>2010-03-04 12:26:06 +0100
commit8c8e9ffb60c244462f615f510bc71d4010cf8faf (patch)
tree7f960a8800ba2d2599450d04883af762d3cdb47f /src/tools
parent4574b342ebb8800ba50ca23f154c20b3e8a239af (diff)
downloadqt4-tools-8c8e9ffb60c244462f615f510bc71d4010cf8faf.tar.gz
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 8dff74471f..eb04409922 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