diff options
author | Markku Luukkainen <markku.luukkainen@digia.com> | 2009-06-10 11:54:05 (GMT) |
---|---|---|
committer | Markku Luukkainen <markku.luukkainen@digia.com> | 2009-06-10 11:54:05 (GMT) |
commit | 5d66ca1218360d910294e817a339b728deb17479 (patch) | |
tree | 04960f90401ba0ece2f7a8f7f5fafa7be9a966ff /examples/widgets | |
parent | 1c97ec260bd398912d64b0328299d50207962ad4 (diff) | |
download | Qt-5d66ca1218360d910294e817a339b728deb17479.zip Qt-5d66ca1218360d910294e817a339b728deb17479.tar.gz Qt-5d66ca1218360d910294e817a339b728deb17479.tar.bz2 |
Added softkeys example
Diffstat (limited to 'examples/widgets')
-rw-r--r-- | examples/widgets/widgets.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/widgets/widgets.pro b/examples/widgets/widgets.pro index 018cc0c..399a3ac 100644 --- a/examples/widgets/widgets.pro +++ b/examples/widgets/widgets.pro @@ -29,7 +29,8 @@ symbian: SUBDIRS = \ lineedits \ shapedclock \ tetrix \ - wiggly + wiggly \ + softkeys contains(styles, motif): SUBDIRS += styles |