diff options
author | Samuel Rødal <samuel.rodal@digia.com> | 2013-02-19 14:47:12 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-02-20 08:52:28 +0100 |
commit | 35989314618c9fc0ef495d2903fb9afda65dcb9d (patch) | |
tree | a0e216f5a431bbf7995150cfd3e916a19ef9327b /examples/examples.pro | |
parent | ce447efe1dc546ff5f7d3b3d327f1759231124f2 (diff) |
Diffstat (limited to 'examples/examples.pro')
-rw-r--r-- | examples/examples.pro | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/examples/examples.pro b/examples/examples.pro index 1bcc66d164..0712e81552 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -1,5 +1,4 @@ TEMPLATE = subdirs -SUBDIRS += \ - qmltest \ - qml \ - quick +qtHaveModule(qmltest): SUBDIRS += qmltest +SUBDIRS += qml +qtHaveModule(quick): SUBDIRS += quick |