diff options
author | Alex Blasche <alexander.blasche@digia.com> | 2013-11-18 10:24:19 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-11-18 11:53:15 +0100 |
commit | 02e88e8349b4c516c855f2f373838a29e9d3e1bb (patch) | |
tree | d439538d57af42be14e22377d347eebdc3973dae /examples/examples.pro | |
parent | 898f292736ced9ae83e7fad2da3006196dfaa8c7 (diff) | |
download | qtlocation-02e88e8349b4c516c855f2f373838a29e9d3e1bb.tar.gz |
Reorder example dir structure according to Qt convention
Causes undesirable example structure in Qt release package
Task-number: QTBUG-34907
Change-Id: I47e2205aa6faef388792146b36cf6ae6cae863da
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Diffstat (limited to 'examples/examples.pro')
-rw-r--r-- | examples/examples.pro | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/examples.pro b/examples/examples.pro index 837e277e..da770da2 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -1,7 +1,7 @@ TEMPLATE = subdirs -qtHaveModule(quick) { - SUBDIRS += declarative - qtHaveModule(positioning): SUBDIRS += weatherinfo +qtHaveModule(positioning) { + SUBDIRS += positioning + + qtHaveModule(location): SUBDIRS += location } -qtHaveModule(positioning): qtHaveModule(widgets): SUBDIRS += logfilepositionsource |