summaryrefslogtreecommitdiff
path: root/examples/examples.pro
diff options
context:
space:
mode:
authorJędrzej Nowacki <jedrzej.nowacki@digia.com>2013-06-25 12:18:28 +0200
committerJędrzej Nowacki <jedrzej.nowacki@digia.com>2013-06-25 12:18:28 +0200
commit0eabbab4d2879edaf0da6c704cf8016a6756a110 (patch)
treef94b6ff6bc6d1705a9250aa6ff967819db9c0a69 /examples/examples.pro
parent990873cabbb8aff378cf9186dbeb1ab9a1729454 (diff)
downloadqtenginio-0eabbab4d2879edaf0da6c704cf8016a6756a110.tar.gz
Rename widgets examples to qt examples
It is just temporary to reduce amount of changes on the server side.
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index e3e03fd..a666355 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -4,5 +4,5 @@ qtHaveModule(quick) {
SUBDIRS += qml
}
qtHaveModule(widgets) {
- SUBDIRS += widgets
+ SUBDIRS += qt
}