diff options
author | Markku Luukkainen <markku.luukkainen@digia.com> | 2009-06-10 10:08:47 (GMT) |
---|---|---|
committer | Markku Luukkainen <markku.luukkainen@digia.com> | 2009-06-10 10:08:47 (GMT) |
commit | 39c796e57be1830133e6189abe8f796b6846904f (patch) | |
tree | 9ba292c5d6c9f2fb92a320ba7f2764bc22ed5e28 /examples/widgets/softkeys/softkeys.pro | |
parent | 5d924cb69ea03921a9b4bc5f701063cf45ded508 (diff) | |
download | Qt-39c796e57be1830133e6189abe8f796b6846904f.zip Qt-39c796e57be1830133e6189abe8f796b6846904f.tar.gz Qt-39c796e57be1830133e6189abe8f796b6846904f.tar.bz2 |
Moved softkeys example to a better place
Diffstat (limited to 'examples/widgets/softkeys/softkeys.pro')
-rw-r--r-- | examples/widgets/softkeys/softkeys.pro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/widgets/softkeys/softkeys.pro b/examples/widgets/softkeys/softkeys.pro new file mode 100644 index 0000000..4cb8672 --- /dev/null +++ b/examples/widgets/softkeys/softkeys.pro @@ -0,0 +1,4 @@ +HEADERS = softkeys.h +SOURCES += \ + main.cpp \ + softkeys.cpp
\ No newline at end of file |