From 588a68a3f135888671546cfcd94dc20af0cb9f4f Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Wed, 11 Mar 2015 16:57:44 +0100 Subject: Qualify positioning headers when including them from elsewhere There are some corner cases in which you cannot rely on qmake to generate module-specific include directives for the compiler when building different parts of the same module. The rules on this are complicated and it's easy to make mistakes. Qualified includes are also locatable without module-specific include directives. It's generally a good idea to qualify includes from the same module but a different library in order not to rely on qmake's magic too much. Change-Id: I8703116c7c5c898394d7f393630cbfa655174605 Reviewed-by: Alex Blasche --- tests/auto/positionplugintest/tst_positionplugin.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/auto/positionplugintest/tst_positionplugin.cpp') diff --git a/tests/auto/positionplugintest/tst_positionplugin.cpp b/tests/auto/positionplugintest/tst_positionplugin.cpp index 43aa2351..aaa1c3a7 100644 --- a/tests/auto/positionplugintest/tst_positionplugin.cpp +++ b/tests/auto/positionplugintest/tst_positionplugin.cpp @@ -35,10 +35,10 @@ #include #include -#include -#include -#include -#include +#include +#include +#include +#include QT_USE_NAMESPACE -- cgit v1.2.1