summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets
diff options
context:
space:
mode:
authorDavid Laing <david.laing@nokia.com>2010-08-02 13:59:38 +1000
committerDavid Laing <david.laing@nokia.com>2010-08-02 13:59:38 +1000
commit1e91306f04f4a9016f16f89fb012b7eb91b5857c (patch)
treec9959d21f51dada30fa94421f7d27570f063cd1d /doc/src/snippets
parent4171645f8e17aa4fc110aad916fd5af89e784611 (diff)
Reorganized the Location code into directories.
Diffstat (limited to 'doc/src/snippets')
-rw-r--r--doc/src/snippets/qtlandmarksdocsample/qtlandmarksdocsample.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/snippets/qtlandmarksdocsample/qtlandmarksdocsample.pro b/doc/src/snippets/qtlandmarksdocsample/qtlandmarksdocsample.pro
index 39b6ee5932..f99d1add17 100644
--- a/doc/src/snippets/qtlandmarksdocsample/qtlandmarksdocsample.pro
+++ b/doc/src/snippets/qtlandmarksdocsample/qtlandmarksdocsample.pro
@@ -2,7 +2,8 @@ TEMPLATE = app
TARGET = qtlandmarksdocsample
include(../../../../common.pri)
-INCLUDEPATH += ../../../../src/location
+INCLUDEPATH += ../../../../src/location \
+ ../../../../src/location/landmarks
DESTDIR = $$QT_MOBILITY_BUILD_TREE/bin/examples
QMAKE_RPATHDIR+=$$OUTPUT_DIR/lib