summaryrefslogtreecommitdiffstats
path: root/unittests/unittests.pro
diff options
context:
space:
mode:
authorWolf-Michael Bolle <wolf-michael.bolle@nokia.com>2011-09-07 12:00:12 +0200
committerWolf-Michael Bolle <wolf-michael.bolle@nokia.com>2011-09-07 12:14:02 +0200
commitbc661ed43e10e88976d2227217bbbba527e1890a (patch)
tree15561b91e1d34aca928bf21d97533b8fd83a9bfa /unittests/unittests.pro
parent4c86d3472bb21e96da68d30677d2500811245274 (diff)
Cleanup work to match Qt habits.
Change-Id: I6f177c05ac464e13096ed9d517736e0b06773f66 Reviewed-on: http://codereview.qt.nokia.com/4340 Reviewed-by: Wolf-Michael Bolle <wolf-michael.bolle@nokia.com>
Diffstat (limited to 'unittests/unittests.pro')
-rw-r--r--unittests/unittests.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/unittests.pro b/unittests/unittests.pro
index 88a7ac7..0c5c407 100644
--- a/unittests/unittests.pro
+++ b/unittests/unittests.pro
@@ -8,7 +8,7 @@ QMAKE_CXXFLAGS += -W -Wall -Wextra -Werror -ansi -pedantic -Wshadow -Wno-long-lo
# dependency management
QMAKE_CXXFLAGS += -MMD
include_dependencies.target = include_dependencies
-include_dependencies.commands = @if grep \"^include \\*.d\" Makefile >/dev/null 2>&1; then echo \"Dependency files are already included.\"; else echo \"include *.d\" >> Makefile; echo \"Please rerun make because dependency files will be included next time.\"; fi
+include_dependencies.commands = @if grep \"^-include \\*.d\" Makefile >/dev/null 2>&1; then echo \"Dependency files are already included.\"; else echo \"-include *.d\" >> Makefile; echo \"Please rerun make because dependency files will be included next time.\"; fi
QMAKE_EXTRA_TARGETS += include_dependencies
POST_TARGETDEPS += include_dependencies