summaryrefslogtreecommitdiff
path: root/examples/positioning
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@digia.com>2015-03-11 16:57:44 +0100
committerUlf Hermann <ulf.hermann@theqtcompany.com>2015-03-17 11:04:25 +0000
commit588a68a3f135888671546cfcd94dc20af0cb9f4f (patch)
tree50e7b765ef1252671a0a8c35b629852315db1c4c /examples/positioning
parent6cf940dad33b0e60286a839023bb0530791b8095 (diff)
downloadqtlocation-588a68a3f135888671546cfcd94dc20af0cb9f4f.tar.gz
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 <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'examples/positioning')
-rw-r--r--examples/positioning/logfilepositionsource/logfilepositionsource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/positioning/logfilepositionsource/logfilepositionsource.h b/examples/positioning/logfilepositionsource/logfilepositionsource.h
index 0d08c7d6..099531f6 100644
--- a/examples/positioning/logfilepositionsource/logfilepositionsource.h
+++ b/examples/positioning/logfilepositionsource/logfilepositionsource.h
@@ -40,7 +40,7 @@
#ifndef LOGFILEPOSITIONSOURCE_H
#define LOGFILEPOSITIONSOURCE_H
-#include <qgeopositioninfosource.h>
+#include <QtPositioning/qgeopositioninfosource.h>
QT_BEGIN_NAMESPACE
class QFile;